Mercurial > emacs
changeset 89499:47e2e534b750
(capitalized-words-mode): Add autoload
cookie. Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 11 Sep 2003 09:26:21 +0000 |
parents | bc83bb07e632 |
children | e8de75a86fbc |
files | lisp/progmodes/cap-words.el |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cap-words.el Thu Sep 11 09:25:50 2003 +0000 +++ b/lisp/progmodes/cap-words.el Thu Sep 11 09:26:21 2003 +0000 @@ -56,6 +56,7 @@ tab) "Assigned to `next-word-boundary-function-table' in Capitalized Words mode.") +;;;###autoload (define-minor-mode capitalized-words-mode "Toggle Capitalized- Words mode. @@ -75,11 +76,11 @@ This style of identifiers is common in environments like Java ones, where underscores aren't trendy enough. Capitalization rules are -sometimes part of the language, e.g. Haskell, which may encourage such -a style. It is appropriate to add `capitalized-words-mode' to the -mode hook for programming langauge modes in which you encounter such -variables, e.g. `java-mode-hook', since it's unlikely to cause trouble -if such identifiers aren't used. +sometimes part of the language, e.g. Haskell, which may thus encourage +such a style. It is appropriate to add `capitalized-words-mode' to +the mode hook for programming langauge modes in which you encounter +variables like this, e.g. `java-mode-hook'. It's unlikely to cause +trouble if such identifiers aren't used. See also `glasses-mode' and `studlify-word'. Obsoletes `c-forward-into-nomenclature'."