aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/subword.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/subword.el b/lisp/progmodes/subword.el
index cbaa273a7a4..c09ba37c859 100644
--- a/lisp/progmodes/subword.el
+++ b/lisp/progmodes/subword.el
@@ -113,9 +113,7 @@ called a `subword'. Here are some examples:
113 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\" 113 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
114 114
115This mode changes the definition of a word so that word commands 115This mode changes the definition of a word so that word commands
116treat nomenclature boundaries as word boundaries. 116treat nomenclature boundaries as word boundaries."
117
118\\{subword-mode-map}"
119 :lighter " ," 117 :lighter " ,"
120 (when subword-mode (superword-mode -1)) 118 (when subword-mode (superword-mode -1))
121 (subword-setup-buffer)) 119 (subword-setup-buffer))