mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
; Auto-commit of loaddefs files.
This commit is contained in:
parent
951c5a127f
commit
15458a8301
1 changed files with 20 additions and 9 deletions
|
|
@ -2335,7 +2335,7 @@ BOOKMARK is usually a bookmark name (a string). It can also be a
|
|||
bookmark record, but this is usually only done by programmatic callers.
|
||||
|
||||
If DISPLAY-FUNC is non-nil, it is a function to invoke to display the
|
||||
bookmark. It defaults to `switch-to-buffer'. A typical value for
|
||||
bookmark. It defaults to `pop-to-buffer-same-window'. A typical value for
|
||||
DISPLAY-FUNC would be `switch-to-buffer-other-window'.
|
||||
|
||||
\(fn BOOKMARK &optional DISPLAY-FUNC)" t nil)
|
||||
|
|
@ -10081,6 +10081,9 @@ When called from Elisp code, ARG can be any locking mode:
|
|||
|
||||
Other values are interpreted as usual.
|
||||
|
||||
See also `emacs-lock-unlockable-modes', which exempts buffers under
|
||||
some major modes from being locked under some circumstances.
|
||||
|
||||
\(fn &optional ARG)" t nil)
|
||||
|
||||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "emacs-lock" '("toggle-emacs-lock" "emacs-lock-")))
|
||||
|
|
@ -13306,6 +13309,9 @@ Turn Flyspell mode off.
|
|||
(autoload 'flyspell-region "flyspell" "\
|
||||
Flyspell text between BEG and END.
|
||||
|
||||
Make sure `flyspell-mode' is turned on if you want the highlight
|
||||
of a misspelled word removed when you've corrected it.
|
||||
|
||||
\(fn BEG END)" t nil)
|
||||
|
||||
(autoload 'flyspell-buffer "flyspell" "\
|
||||
|
|
@ -15085,7 +15091,14 @@ number with fewer than this number of bits, the handshake is
|
|||
rejected. (The smaller the prime number, the less secure the
|
||||
key exchange is against man-in-the-middle attacks.)
|
||||
|
||||
A value of nil says to use the default GnuTLS value.")
|
||||
A value of nil says to use the default GnuTLS value.
|
||||
|
||||
The default value of this variable is such that virtually any
|
||||
connection can be established, whether this connection can be
|
||||
considered cryptographically \"safe\" or not. However, Emacs
|
||||
network security is handled at a higher level via
|
||||
`open-network-stream' and the Network Security Manager. See Info
|
||||
node `(emacs) Network Security'.")
|
||||
|
||||
(custom-autoload 'gnutls-min-prime-bits "gnutls" t)
|
||||
|
||||
|
|
@ -15215,7 +15228,7 @@ List of hook functions run by `grep-process-setup' (see `run-hooks').")
|
|||
|
||||
(custom-autoload 'grep-setup-hook "grep" t)
|
||||
|
||||
(defconst grep-regexp-alist `((,(concat "^\\(?:" "\\(?1:[^ | ||||