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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cap-words.el,v
Date: Fri, 23 May 2008 15:29:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/05/23 15:29:53

Index: cap-words.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/cap-words.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- cap-words.el        6 May 2008 07:18:09 -0000       1.5
+++ cap-words.el        23 May 2008 15:29:53 -0000      1.6
@@ -60,7 +60,7 @@
 
 ;;;###autoload
 (define-minor-mode capitalized-words-mode
-  "Toggle Capitalized- Words mode.
+  "Toggle Capitalized Words mode.
 
 In this minor mode, a word boundary occurs immediately before an
 uppercase letter in a symbol.  This is in addition to all the normal
@@ -74,13 +74,13 @@
 
 Note that these word boundaries only apply for word motion and
 marking commands such as \\[forward-word].  This mode does not affect word
-boundaries in found by regexp matching (`\\>', `\\w' &c).
+boundaries found by regexp matching (`\\>', `\\w' &c).
 
 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
+the mode hook for programming language 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.
 




reply via email to

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