# HG changeset patch # User Juanma Barranquero # Date 1052242852 0 # Node ID 48163c1bd10ee875522af751d03f10dfec422873 # Parent 2aec3e4bf9573d1a4199a08dafc82a4b8d52fd0e (idlwave-complete-special): Don't quote nil and t in docstrings. diff -r 2aec3e4bf957 -r 48163c1bd10e lisp/progmodes/idlwave.el --- a/lisp/progmodes/idlwave.el Tue May 06 17:39:21 2003 +0000 +++ b/lisp/progmodes/idlwave.el Tue May 06 17:40:52 2003 +0000 @@ -5,7 +5,7 @@ ;; Chris Chase ;; Maintainer: J.D. Smith ;; 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 @@ "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)