Merge from origin/emacs-27
d024fc141b
(origin/emacs-27) * doc/lispref/symbols.texi (Definitions)...d78e0f3cd5
; lisp/ldefs-boot.el: Update.27877e7bcf
(tag: emacs-27.1-rc1) * etc/HISTORY: Add Emacs 27.1 releas...
This commit is contained in:
commit
3b0cb1c4f5
3 changed files with 7 additions and 2 deletions
|
@ -132,7 +132,7 @@ variables. To define a customizable variable, use the
|
|||
(@pxref{Customization}).
|
||||
|
||||
In principle, you can assign a variable value to any symbol with
|
||||
@code{setq}, whether not it has first been defined as a variable.
|
||||
@code{setq}, whether or not it has first been defined as a variable.
|
||||
However, you ought to write a variable definition for each global
|
||||
variable that you want to use; otherwise, your Lisp program may not
|
||||
act correctly if it is evaluated with lexical scoping enabled
|
||||
|
|
|
@ -220,6 +220,8 @@ GNU Emacs 26.2 (2019-04-12) emacs-26.2
|
|||
|
||||
GNU Emacs 26.3 (2019-08-28) emacs-26.3
|
||||
|
||||
GNU Emacs 27.1 (2020-08-06) emacs-27.1
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
This file is part of GNU Emacs.
|
||||
|
|
|
@ -10608,7 +10608,10 @@ The buffer is expected to contain a mail message." t nil)
|
|||
|
||||
(autoload 'epa-mail-sign "epa-mail" "\
|
||||
Sign the current buffer.
|
||||
The buffer is expected to contain a mail message.
|
||||
The buffer is expected to contain a mail message, and signing is
|
||||
performed with your default key.
|
||||
With prefix argument, asks you to select interactively the key to
|
||||
use from your key ring.
|
||||
|
||||
\(fn START END SIGNERS MODE)" t nil)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue