changeset 56378:cc9dcd357544

(current-word): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Jul 2004 16:08:17 +0000
parents 2dc937a6a0e1
children 72ec8013c5a1
files lisp/simple.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Fri Jul 09 15:03:07 2004 +0000
+++ b/lisp/simple.el	Fri Jul 09 16:08:17 2004 +0000
@@ -3364,7 +3364,8 @@
   "Return the symbol or word that point is on (or a nearby one) as a string.
 The return value includes no text properties.
 If optional arg STRICT is non-nil, return nil unless point is within
-or adjacent to a symbol or word.
+or adjacent to a symbol or word.  In all cases the value can be nil
+if there is no word nearby.
 The function, belying its name, normally finds a symbol.
 If optional arg REALLY-WORD is non-nil, it finds just a word."
   (save-excursion