diff options
| -rw-r--r-- | generic/texi-docstring-magic.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/texi-docstring-magic.el b/generic/texi-docstring-magic.el index 82d9497f..3e69ccd5 100644 --- a/generic/texi-docstring-magic.el +++ b/generic/texi-docstring-magic.el @@ -1,6 +1,6 @@ ;; texi-docstring-magic.el -- munge internal docstrings into texi ;; -;; Keywords: texi, docstrings +;; Keywords: lisp, docs, tex ;; Author: David Aspinall <da@dcs.ed.ac.uk> ;; Copyright (C) 1998 David Aspinall ;; Maintainer: David Aspinall <da@dcs.ed.ac.uk> @@ -34,6 +34,8 @@ ;; ;; This will insert @defopt, @deffn and the like underneath the ;; magic comment strings. +;; +;; The default value for user options will be printed. ;; ;; Symbols are recognized if they are defined for faces, functions, ;; or variables (in that order). |
