summaryrefslogtreecommitdiff
path: root/lisp/progmodes/idlwave.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-05-06 17:40:52 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-05-06 17:40:52 +0000
commit33b522e057365ad8c639f8b147eb7b0cb9390525 (patch)
treebd429dd8af545e04a666f27f467c129026576759 /lisp/progmodes/idlwave.el
parentdccab430bb3882f66564dabc277cad6ab80aba4a (diff)
downloademacs-33b522e057365ad8c639f8b147eb7b0cb9390525.tar.gz
(idlwave-complete-special): Don't quote nil and t in docstrings.
Diffstat (limited to 'lisp/progmodes/idlwave.el')
-rw-r--r--lisp/progmodes/idlwave.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index bdd29124351..b1c3216a215 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -5,7 +5,7 @@
;; Chris Chase <chase@att.com>
;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
;; Version: 4.15
-;; Date: $Date: 2002/10/18 08:12:35 $
+;; Date: $Date: 2003/02/14 09:59:13 $
;; Keywords: languages
;; This file is part of GNU Emacs.
@@ -5272,9 +5272,9 @@ When we force a method or a method keyword, CLASS can specify the class."
"List of special completion functions.
These functions are called for each completion. Each function must check
if its own special completion context is present. If yes, it should
-use `idlwave-complete-in-buffer' to do some completion and return `t'.
-If such a function returns `t', *no further* attempts to complete
-other contexts will be done. If the function returns `nil', other completions
+use `idlwave-complete-in-buffer' to do some completion and return t.
+If such a function returns t, *no further* attempts to complete
+other contexts will be done. If the function returns nil, other completions
will be tried.")
(defun idlwave-call-special (functions &rest args)