diff options
| -rw-r--r-- | lisp/progmodes/subword.el | 4 |
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 | ||
| 115 | This mode changes the definition of a word so that word commands | 115 | This mode changes the definition of a word so that word commands |
| 116 | treat nomenclature boundaries as word boundaries. | 116 | treat 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)) |