summaryrefslogtreecommitdiff
path: root/lisp/paths.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-11-01 01:24:33 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-11-01 01:24:33 +0000
commit6cda144ffe7e8da08b15430072f3b112967d5281 (patch)
treeb1427bb1647e69581099a031db5321e6dc3b4b78 /lisp/paths.el
parent322ca65006295d1d7d405188fa324f66b4d3ec17 (diff)
downloademacs-6cda144ffe7e8da08b15430072f3b112967d5281.tar.gz
Fix typos in docstrings.
* cus-edit.el (customize-apropos-options, custom-comment) (custom-comment-tag, custom-face-edit-attribute-tag): Fix typos in docstrings. (custom-buffer-done-kill): Remove * from defcustom docstring. (custom-file): Fix typo in doc of defcustom choice. * frame.el (display-visual-class): Fix typo in docstring. (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist) (special-display-frame-alist, show-trailing-whitespace) (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval) (display-hourglass, hourglass-delay, cursor-in-non-selected-windows): Remove * from defcustom docstrings. * md4.el (md4-buffer): Fix typo in docstring. (md4, md4-64): Doc fixes. (md4-pack-int32): Reflow docstring. * paths.el (rmail-file-name): Remove * from defcustom docstring. (prune-directory-list, gnus-nntp-service): Fix typos in docstrings. * rect.el (open-rectangle): Reflow docstring. (spaces-string): Fix docstring typo. Use "?\s" instead of "? ". * select.el (x-get-cut-buffer): Fix typo in docstring. * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute) (timezone-time-zone-from-absolute, timezone-leap-year-p): Fix typos in docstrings. * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake): Fix typos in docstrings.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r--lisp/paths.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 2dc1f977cb7..ff49640855a 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -36,7 +36,7 @@
;; DOC file rather than in memory.
(defun prune-directory-list (dirs &optional keep reject)
- "Returns 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.
@@ -122,7 +122,7 @@ 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).
+ "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)'.")
@@ -131,7 +131,7 @@ should be set to `(system-name)'.")
The `ORGANIZATION' environment variable is used instead if defined.")
(defcustom rmail-file-name "~/RMAIL"
- "*Name of user's primary mail file."
+ "Name of user's primary mail file."
:type 'string
:group 'rmail
:version "21.1")