diff options
| author | Richard M. Stallman | 2004-07-09 16:08:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-07-09 16:08:17 +0000 |
| commit | 0fa19a5713d07321d3276e3c0abb519691e9cb0e (patch) | |
| tree | d0d402674e8360734300d3b895ea5b7a247ccd5e | |
| parent | ae04ab88fd2d133eb390e90ea127f985713f714a (diff) | |
| download | emacs-0fa19a5713d07321d3276e3c0abb519691e9cb0e.tar.gz emacs-0fa19a5713d07321d3276e3c0abb519691e9cb0e.zip | |
(current-word): Doc fix.
| -rw-r--r-- | lisp/simple.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 66bc7c6b2ed..4e7628fe66e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -3364,7 +3364,8 @@ With argument, do this that many times." | |||
| 3364 | "Return the symbol or word that point is on (or a nearby one) as a string. | 3364 | "Return the symbol or word that point is on (or a nearby one) as a string. |
| 3365 | The return value includes no text properties. | 3365 | The return value includes no text properties. |
| 3366 | If optional arg STRICT is non-nil, return nil unless point is within | 3366 | If optional arg STRICT is non-nil, return nil unless point is within |
| 3367 | or adjacent to a symbol or word. | 3367 | or adjacent to a symbol or word. In all cases the value can be nil |
| 3368 | if there is no word nearby. | ||
| 3368 | The function, belying its name, normally finds a symbol. | 3369 | The function, belying its name, normally finds a symbol. |
| 3369 | If optional arg REALLY-WORD is non-nil, it finds just a word." | 3370 | If optional arg REALLY-WORD is non-nil, it finds just a word." |
| 3370 | (save-excursion | 3371 | (save-excursion |