X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ac3232837188f7e1c4ffe34b76edede0ccb54f5e..55dc42fcf374b0168d3fda7edca0f24a7bfd4b7b:/lisp/progmodes/cap-words.el diff --git a/lisp/progmodes/cap-words.el b/lisp/progmodes/cap-words.el index 411039141a..d7b7dfef1e 100644 --- a/lisp/progmodes/cap-words.el +++ b/lisp/progmodes/cap-words.el @@ -1,7 +1,6 @@ ;;; cap-words.el --- minor mode for motion in CapitalizedWordIdentifiers -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 -;; Free Software Foundation, Inc. +;; Copyright (C) 2002-2011 Free Software Foundation, Inc. ;; Author: Dave Love ;; Keywords: languages @@ -61,9 +60,13 @@ Looks for word boundaries before capitals." ;;;###autoload (define-minor-mode capitalized-words-mode "Toggle Capitalized Words mode. +With a prefix argument ARG, enable Capitalized Words mode if ARG +is positive, and disable it otherwise. If called from Lisp, +enable the mode if ARG is omitted or nil. -In this minor mode, a word boundary occurs immediately before an -uppercase letter in a symbol. This is in addition to all the normal +Capitalized Words mode is a buffer-local minor mode. When +enabled, a word boundary occurs immediately before an uppercase +letter in a symbol. This is in addition to all the normal boundaries given by the syntax and category tables. There is no restriction to ASCII. @@ -92,5 +95,4 @@ Obsoletes `c-forward-into-nomenclature'." (provide 'cap-words) -;; arch-tag: 46513b64-fe5a-4c0b-902c-ed235c22975f ;;; cap-words.el ends here