emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 9fd396e4d0: * lisp/progmodes/subword.el (superword-mode): Doc f


From: Eli Zaretskii
Subject: emacs-28 9fd396e4d0: * lisp/progmodes/subword.el (superword-mode): Doc fix. (Bug#54045)
Date: Fri, 18 Feb 2022 02:01:22 -0500 (EST)

branch: emacs-28
commit 9fd396e4d07fb36d111c32c6ad8e67cf6dbaa97e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * lisp/progmodes/subword.el (superword-mode): Doc fix.  (Bug#54045)
---
 lisp/progmodes/subword.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/subword.el b/lisp/progmodes/subword.el
index b1b78b4d12..e06eb9a6f7 100644
--- 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}"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]