summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-20 18:59:32 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-20 18:59:32 +0000
commit0ff9b955fe8d8032f5c139dcc86990f0177b646f (patch)
treeca703702f9fd7d7a9a15f77cb5cdc28c5767bdc2 /lisp/progmodes
parent3c08498acc0ad4b82ffa5e13b87f098cdb5fcda8 (diff)
downloademacs-0ff9b955fe8d8032f5c139dcc86990f0177b646f.tar.gz
Doc fixes.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ebrowse.el4
-rw-r--r--lisp/progmodes/idlwave.el6
-rw-r--r--lisp/progmodes/inf-lisp.el4
-rw-r--r--lisp/progmodes/octave-mod.el4
-rw-r--r--lisp/progmodes/vhdl-mode.el4
5 files changed, 11 insertions, 11 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index 77782ccf85d..0e1b862e270 100644
--- a/lisp/progmodes/ebrowse.el
+++ b/lisp/progmodes/ebrowse.el
@@ -3322,8 +3322,8 @@ from point as default. Value is a list (CLASS-NAME MEMBER-NAME)."
(name (ebrowse-ignoring-completion-case
(completing-read prompt alist nil nil member-name)))
(completion-result (try-completion name alist)))
- ;; Cannot rely on `try-completion' returning T for exact
- ;; matches! it returns the the name as a string.
+ ;; Cannot rely on `try-completion' returning t for exact
+ ;; matches! It returns the the name as a string.
(unless (setq member-info (gethash name members))
(if (y-or-n-p "No exact match found. Try substrings? ")
(setq name
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index 0d7f5399af0..f3a66c538a2 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -4,7 +4,7 @@
;; Author: Chris Chase <chase@att.com>
;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu>
;; Version: 4.7
-;; Date: $Date: 2001/11/27 15:52:51 $
+;; Date: $Date: 2001/12/01 12:54:29 $
;; Keywords: languages
;; This file is part of GNU Emacs.
@@ -680,7 +680,7 @@ with this font in order to remind the user that this arrow is special."
(defcustom idlwave-function-completion-adds-paren t
"*Non-nil means, completion automatically adds `(' after completed function.
-Nil means, don't add anything.
+nil means, don't add anything.
A value of `2' means, also add the closing parenthesis and position cursor
between the two."
:group 'idlwave-completion
@@ -913,7 +913,7 @@ See help on `idlwave-action-and-binding' for examples.")
")
"*A list (PATHNAME STRING) specifying the doc-header template to use for
summarizing a file. If PATHNAME is non-nil then this file will be included.
-Otherwise STRING is used. If NIL, the file summary will be omitted.
+Otherwise STRING is used. If nil, the file summary will be omitted.
For example you might set PATHNAME to the path for the
lib_template.pro file included in the IDL distribution.")
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index c1b3a5e58bc..9e2aa052cf4 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -436,7 +436,7 @@ Used by these commands to determine defaults.")
(defun lisp-load-file (file-name)
"Load a Lisp file into the inferior Lisp process."
(interactive (comint-get-source "Load Lisp file: " lisp-prev-l/c-dir/file
- lisp-source-modes nil)) ; NIL because LOAD
+ lisp-source-modes nil)) ; nil because LOAD
; doesn't need an exact name
(comint-check-source file-name) ; Check to see if buffer needs saved.
(setq lisp-prev-l/c-dir/file (cons (file-name-directory file-name)
@@ -449,7 +449,7 @@ Used by these commands to determine defaults.")
(defun lisp-compile-file (file-name)
"Compile a Lisp file in the inferior Lisp process."
(interactive (comint-get-source "Compile Lisp file: " lisp-prev-l/c-dir/file
- lisp-source-modes nil)) ; NIL = don't need
+ lisp-source-modes nil)) ; nil = don't need
; suffix .lisp
(comint-check-source file-name) ; Check to see if buffer needs saved.
(setq lisp-prev-l/c-dir/file (cons (file-name-directory file-name)
diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el
index b87e2ee5bf8..c635d8c9d1a 100644
--- a/lisp/progmodes/octave-mod.el
+++ b/lisp/progmodes/octave-mod.el
@@ -386,7 +386,7 @@ Currently, only builtin variables can be completed.")
"Imenu expression for Octave mode. See `imenu-generic-expression'.")
(defcustom octave-mode-startup-message t
- "*Nil means do not display the Octave mode startup message."
+ "*nil means do not display the Octave mode startup message."
:type 'boolean
:group 'octave)
@@ -464,7 +464,7 @@ octave-continuation-string
Default is a backslash.
octave-mode-startup-message
- Nil means do not display the Octave mode startup message.
+ nil means do not display the Octave mode startup message.
Default is t.
octave-send-echo-input
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 9b61e23e9d1..1946ba404ef 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -564,13 +564,13 @@ NOTE: Activate the new setting in a VHDL buffer using the menu entry
(defcustom vhdl-reset-active-high nil
"*Non-nil means reset in sequential processes is active high.
-Nil means active low."
+nil means active low."
:type 'boolean
:group 'vhdl-sequential-process)
(defcustom vhdl-clock-rising-edge t
"*Non-nil means rising edge of clock triggers sequential processes.
-Nil means falling edge."
+nil means falling edge."
:type 'boolean
:group 'vhdl-sequential-process)