* lisp/progmodes/subword.el (superword-mode): Doc fix. (Bug#54045)
This commit is contained in:
parent
e303cb1807
commit
9fd396e4d0
1 changed files with 2 additions and 2 deletions
|
@ -264,8 +264,8 @@ Optional argument ARG is the same as for `capitalize-word'."
|
||||||
"Toggle superword movement and editing (Superword mode).
|
"Toggle superword movement and editing (Superword mode).
|
||||||
|
|
||||||
Superword mode is a buffer-local minor mode. Enabling it changes
|
Superword mode is a buffer-local minor mode. Enabling it changes
|
||||||
the definition of words such that symbols characters are treated
|
the definition of words such that characters which have symbol
|
||||||
as parts of words: e.g., in `superword-mode',
|
syntax are treated as parts of words: e.g., in `superword-mode',
|
||||||
\"this_is_a_symbol\" counts as one word.
|
\"this_is_a_symbol\" counts as one word.
|
||||||
|
|
||||||
\\{superword-mode-map}"
|
\\{superword-mode-map}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue