diff options
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/antlr-mode.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cc-vars.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index f84d94a3e68..82ae1816270 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -619,7 +619,7 @@ COUNT starts with 1. GEN-SEP is used to separate long variable values." '((java-mode ("%sTokenTypes.java") ("%s.java")) (c++-mode ("%sTokenTypes.hpp") ("%s.cpp" "%s.hpp"))) "Language dependent formats which specify generated files. -Each element in this list looks looks like +Each element in this list looks like (MAJOR-MODE (VOCAB-FILE-FORMAT...) (CLASS-FILE-FORMAT...)). The element whose MAJOR-MODE is equal to `antlr-language' is used to diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 6818b5e0b76..df202e9cd2f 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -167,7 +167,7 @@ use c-constant-symbol instead." (defmacro defcustom-c-stylevar (name val doc &rest args) "Define a style variable NAME with VAL and DOC. More precisely, convert the given `:type FOO', mined out of ARGS, -to an aggregate `:type (radio STYLE (PREAMBLE FOO))', append some +to an aggregate `:type (radio STYLE (PREAMBLE FOO))', append some boilerplate documentation to DOC, arrange for the fallback value of NAME to be VAL, and call `custom-declare-variable' to do the rest of the work. diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index abd77bd973d..853604d1d79 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -480,7 +480,7 @@ Font for POD headers." (defcustom cperl-highlight-variables-indiscriminately nil "Non-nil means perform additional highlighting on variables. Currently only changes how scalar variables are highlighted. -Note that that variable is only read at initialization time for +Note that the variable is only read at initialization time for the variable `cperl-font-lock-keywords-2', so changing it after you've entered CPerl mode the first time will have no effect." :type 'boolean |