mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-01 02:31:23 -07:00
(current-word): Doc fix.
This commit is contained in:
parent
ae04ab88fd
commit
0fa19a5713
1 changed files with 2 additions and 1 deletions
|
|
@ -3364,7 +3364,8 @@ With argument, do this that many times."
|
|||
"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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue