emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cap-words.el [emacs-unicod


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cap-words.el [emacs-unicode-2]
Date: Thu, 11 Sep 2003 05:26:21 -0400

Index: emacs/lisp/progmodes/cap-words.el
diff -c emacs/lisp/progmodes/cap-words.el:1.1.4.1 
emacs/lisp/progmodes/cap-words.el:1.1.4.2
*** emacs/lisp/progmodes/cap-words.el:1.1.4.1   Mon Sep  8 08:53:41 2003
--- emacs/lisp/progmodes/cap-words.el   Thu Sep 11 05:26:21 2003
***************
*** 56,61 ****
--- 56,62 ----
      tab)
    "Assigned to `next-word-boundary-function-table' in Capitalized Words 
mode.")
  
+ ;;;###autoload
  (define-minor-mode capitalized-words-mode
    "Toggle Capitalized- Words mode.
  
***************
*** 75,85 ****
  
  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.
  
  See also `glasses-mode' and `studlify-word'.
  Obsoletes `c-forward-into-nomenclature'."
--- 76,86 ----
  
  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 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'."




reply via email to

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