projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e303cb1
)
* lisp/progmodes/subword.el (superword-mode): Doc fix. (Bug#54045)
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 18 Feb 2022 07:01:06 +0000
(09:01 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 18 Feb 2022 07:01:06 +0000
(09:01 +0200)
lisp/progmodes/subword.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/subword.el
b/lisp/progmodes/subword.el
index b1b78b4d128dd5c8c9ee50d219f8c95a3552a0da..e06eb9a6f70c2bf50ecdbd961b2146b61ad18376 100644
(file)
--- a/
lisp/progmodes/subword.el
+++ b/
lisp/progmodes/subword.el
@@
-264,8
+264,8
@@
Optional argument ARG is the same as for `capitalize-word'."
"Toggle superword movement and editing (Superword mode).
Superword mode is a buffer-local minor mode. Enabling it changes
-the definition of words such that
symbols characters are treated
-as parts of words: e.g., in `superword-mode',
+the definition of words such that
characters which have symbol
+
syntax are treated
as parts of words: e.g., in `superword-mode',
\"this_is_a_symbol\" counts as one word.
\\{superword-mode-map}"