diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-11 06:42:13 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-11 06:42:13 +0000 |
commit | d35d0238944a59ed437b7cc9c600f40047ee7ea6 (patch) | |
tree | f4e3e02b0a5ed22ddc0b8aeb035fc9c7e8e4c665 /lisp/paths.el | |
parent | 4f32d22e7fe0ce064d63b5a5c6464488b234f2e3 (diff) | |
download | emacs-d35d0238944a59ed437b7cc9c600f40047ee7ea6.tar.gz |
Reformat doc-strings for make-docfile.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 385df8488e6..401a981cd87 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -32,11 +32,12 @@ ;;; Code: ;; Docstrings in this file should, where reasonable, follow the -;; conventions described in bindings.el, so that they get put in the +;; conventions described in make-docfile, so that they get put in the ;; DOC file rather than in memory. (defun prune-directory-list (dirs &optional keep reject) - "Return a copy of DIRS with all non-existent directories removed. + "\ +Return a copy of DIRS with all non-existent directories removed. The optional argument KEEP is a list of directories to retain even if they don't exist, and REJECT is a list of directories to remove from DIRS, even if they exist; REJECT takes precedence over KEEP. @@ -121,8 +122,8 @@ the environment variable INFOPATH is set.") The name of the host running an NNTP server. The null string means use the local host as the server site.") -(defvar gnus-nntp-service "nntp" - "NNTP service name, usually \"nntp\" or 119. +(defvar gnus-nntp-service "nntp" "\ +NNTP service name, usually \"nntp\" or 119. Go to a local news spool if its value is nil, in which case `gnus-nntp-server' should be set to `(system-name)'.") @@ -130,8 +131,8 @@ should be set to `(system-name)'.") *The name of your organization, as a string. The `ORGANIZATION' environment variable is used instead if defined.") -(defcustom rmail-file-name "~/RMAIL" - "Name of user's primary mail file." +(defcustom rmail-file-name "~/RMAIL" "\ +Name of user's primary mail file." :type 'string :group 'rmail :version "21.1") |