diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-11-01 01:24:33 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-11-01 01:24:33 +0000 |
commit | 6cda144ffe7e8da08b15430072f3b112967d5281 (patch) | |
tree | b1427bb1647e69581099a031db5321e6dc3b4b78 /lisp/select.el | |
parent | 322ca65006295d1d7d405188fa324f66b4d3ec17 (diff) | |
download | emacs-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/select.el')
-rw-r--r-- | lisp/select.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/select.el b/lisp/select.el index 96800039508..e4c3addc699 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -182,7 +182,7 @@ prefix argument, it uses the text of the region as the selection value ." (declare-function x-get-cut-buffer-internal "xselect.c") (defun x-get-cut-buffer (&optional which-one) - "Returns the value of one of the 8 X server cut-buffers. + "Return the value of one of the 8 X server cut-buffers. Optional arg WHICH-ONE should be a number from 0 to 7, defaulting to 0. Cut buffers are considered obsolete; you should use selections instead." (x-get-cut-buffer-internal |