/[emacs]/emacs/lisp/progmodes/cap-words.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cap-words.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.4.1 by handa, Mon Sep 8 12:53:41 2003 UTC revision 1.1.4.2 by fx, Thu Sep 11 09:26:21 2003 UTC
# Line 56  Looks for word boundaries before capital Line 56  Looks for word boundaries before capital
56      tab)      tab)
57    "Assigned to `next-word-boundary-function-table' in Capitalized Words mode.")    "Assigned to `next-word-boundary-function-table' in Capitalized Words mode.")
58    
59    ;;;###autoload
60  (define-minor-mode capitalized-words-mode  (define-minor-mode capitalized-words-mode
61    "Toggle Capitalized- Words mode.    "Toggle Capitalized- Words mode.
62    
# Line 75  boundaries in found by regexp matching ( Line 76  boundaries in found by regexp matching (
76    
77  This style of identifiers is common in environments like Java ones,  This style of identifiers is common in environments like Java ones,
78  where underscores aren't trendy enough.  Capitalization rules are  where underscores aren't trendy enough.  Capitalization rules are
79  sometimes part of the language, e.g. Haskell, which may encourage such  sometimes part of the language, e.g. Haskell, which may thus encourage
80  a style.  It is appropriate to add `capitalized-words-mode' to the  such a style.  It is appropriate to add `capitalized-words-mode' to
81  mode hook for programming langauge modes in which you encounter such  the mode hook for programming langauge modes in which you encounter
82  variables, e.g. `java-mode-hook', since it's unlikely to cause trouble  variables like this, e.g. `java-mode-hook'.  It's unlikely to cause
83  if such identifiers aren't used.  trouble if such identifiers aren't used.
84    
85  See also `glasses-mode' and `studlify-word'.  See also `glasses-mode' and `studlify-word'.
86  Obsoletes `c-forward-into-nomenclature'."  Obsoletes `c-forward-into-nomenclature'."

Legend:
Removed from v.1.1.4.1  
changed lines
  Added in v.1.1.4.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26