bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#64045: [PATCH] Improve wording of the documentation about declare fo


From: Shynur Xie
Subject: bug#64045: [PATCH] Improve wording of the documentation about declare form
Date: Tue, 13 Jun 2023 13:36:50 +0000

I modified section 13.14 (The declare form) of the GNU Emacs Lisp
Reference Manual.  The manual didn't say how to make

    (declare (completion ...)
             (modes ...))

take effect; the original text is even somewhat misleading.  Simply
evaluating a (defun ...) form which includes the above declare form
won't make Emacs filter commands when asking for completion in M-x.

--
shynur

Attachment: 0001-Improve-wording-of-the-documentation-about-declare-f.patch
Description: 0001-Improve-wording-of-the-documentation-about-declare-f.patch


reply via email to

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