emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Thu, 26 Jan 2006 17:54:27 +0000

Index: emacs/lisp/subr.el
diff -u emacs/lisp/subr.el:1.493 emacs/lisp/subr.el:1.494
--- emacs/lisp/subr.el:1.493    Fri Dec 30 06:00:17 2005
+++ emacs/lisp/subr.el  Thu Jan 26 17:54:27 2006
@@ -2274,7 +2274,9 @@
 arguments.  FUN must return the completion table that will be stored in VAR.
 If completion is requested in the minibuffer, FUN will be called in the buffer
 from which the minibuffer was entered.  The return value of
-`lazy-completion-table' must be used to initialize the value of VAR."
+`lazy-completion-table' must be used to initialize the value of VAR.
+
+You should give VAR a non-nil `risky-local-variable' property."
   (declare (debug (symbol lambda-expr)))
   (let ((str (make-symbol "string")))
     `(dynamic-completion-table




reply via email to

[Prev in Thread] Current Thread [Next in Thread]