* progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 17 Feb 2009 10:59:12 +0000 (10:59 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 17 Feb 2009 10:59:12 +0000 (10:59 +0000)
lisp/ChangeLog
lisp/progmodes/cc-menus.el

index 31cc564..fc2da36 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
+
 2009-02-17  Miles Bader  <miles@gnu.org>
 
        * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
index bfd93a6..da3997a 100644 (file)
@@ -261,7 +261,7 @@ Example:
                 (and (<= ?A char) (<= char ?Z))
                 (and (<= ?0 char) (<= char ?9))
                 (= ?_ char)))
-       (if argreq      
+       (if argreq
            (setq inargvar t
                  argreq nil)
          (setq return (concat return (char-to-string char)))))
@@ -296,7 +296,7 @@ Example:
     return))
 
 (defun cc-imenu-objc-function ()
-  "imenu supports for objc-mode."
+  "Imenu support for Objective C mode."
   (let (methodlist
        clist
        ;;