From: Juanma Barranquero Date: Sun, 10 Dec 2006 23:50:22 +0000 (+0000) Subject: (c-at-vsemi-p-fn, c-vsemi-status-unknown-p-fn): Doc fix. X-Git-Tag: emacs-pretest-22.0.92~156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48eb36887637174bda669f11b912f42c69157f90;p=emacs.git (c-at-vsemi-p-fn, c-vsemi-status-unknown-p-fn): Doc fix. --- diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 73ea6de9b05..bd9af00d9c6 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -1331,7 +1331,7 @@ properly." (c-lang-defconst c-at-vsemi-p-fn "Contains a function \"Is there a virtual semicolon at POS or point?\". Such a function takes one optional parameter, a buffer position (defaults to -point), and returns NIL or t. This variable contains NIL for languages which +point), and returns nil or t. This variable contains nil for languages which don't have EOL terminated statements. " t nil awk 'c-awk-at-vsemi-p) @@ -1342,7 +1342,7 @@ don't have EOL terminated statements. " The (admittedly kludgey) purpose of such a function is to prevent an infinite recursion in c-beginning-of-statement-1 when point starts at a `while' token. The function MUST NOT UNDER ANY CIRCUMSTANCES call c-beginning-of-statement-1, -even indirectly. This variable contains NIL for languages which don't have +even indirectly. This variable contains nil for languages which don't have EOL terminated statements." t nil awk 'c-awk-vsemi-status-unknown-p)