aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-01-01 06:34:11 -0500
committerGlenn Morris2018-01-01 06:34:11 -0500
commit30d6c31301a348fa2d227af8e490ebe41616a242 (patch)
tree0b2bc04aa1879ab06df64ffabd9a4afca183efe4
parent63b04c11d530f4a6a41f112d1b3ba1ed1eb81195 (diff)
downloademacs-30d6c31301a348fa2d227af8e490ebe41616a242.tar.gz
emacs-30d6c31301a348fa2d227af8e490ebe41616a242.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el36
1 files changed, 10 insertions, 26 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 0ae0ead498b..843f4c3cc25 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -6860,8 +6860,7 @@ a non-positive integer, and enable the mode otherwise
6860 6860
6861When Delete Selection mode is enabled, typed text replaces the selection 6861When Delete Selection mode is enabled, typed text replaces the selection
6862if the selection is active. Otherwise, typed text is just inserted at 6862if the selection is active. Otherwise, typed text is just inserted at
6863point regardless of any selection. Also, commands that normally delete 6863point regardless of any selection.
6864just one character will delete the entire selection instead.
6865 6864
6866See `delete-selection-helper' and `delete-selection-pre-hook' for 6865See `delete-selection-helper' and `delete-selection-pre-hook' for
6867information on adapting behavior of commands in Delete Selection mode. 6866information on adapting behavior of commands in Delete Selection mode.
@@ -9581,9 +9580,10 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
9581(autoload 'edit-kbd-macro "edmacro" "\ 9580(autoload 'edit-kbd-macro "edmacro" "\
9582Edit a keyboard macro. 9581Edit a keyboard macro.
9583At the prompt, type any key sequence which is bound to a keyboard macro. 9582At the prompt, type any key sequence which is bound to a keyboard macro.
9584Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit 9583Or, type `\\[kmacro-end-and-call-macro]' or RET to edit the last
9585the last 300 keystrokes as a keyboard macro, or `\\[execute-extended-command]' to edit a macro by 9584keyboard macro, `\\[view-lossage]' to edit the last 300
9586its command name. 9585keystrokes as a keyboard macro, or `\\[execute-extended-command]'
9586to edit a macro by its command name.
9587With a prefix argument, format the macro in a more concise way. 9587With a prefix argument, format the macro in a more concise way.
9588 9588
9589\(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil) 9589\(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil)
@@ -12670,7 +12670,7 @@ whose elements are of the form (VAR . VALUE).
12670 12670
12671When a connection to a remote server is opened, the server's 12671When a connection to a remote server is opened, the server's
12672connection profiles are found. A server may be assigned a 12672connection profiles are found. A server may be assigned a
12673connection profile using `connection-local-set-profile'. Then 12673connection profile using `connection-local-set-profiles'. Then
12674variables are set in the server's process buffer according to the 12674variables are set in the server's process buffer according to the
12675VARIABLES list of the connection profile. The list is processed 12675VARIABLES list of the connection profile. The list is processed
12676in order. 12676in order.
@@ -18653,7 +18653,10 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
18653;;; Generated autoloads from emacs-lisp/inline.el 18653;;; Generated autoloads from emacs-lisp/inline.el
18654 18654
18655(autoload 'define-inline "inline" "\ 18655(autoload 'define-inline "inline" "\
18656Define an inline function NAME with arguments ARGS and body in BODY.
18656 18657
18658This is like `defmacro', but has several advantages.
18659See Info node `(elisp)Defining Functions' for more details.
18657 18660
18658\(fn NAME ARGS &rest BODY)" nil t) 18661\(fn NAME ARGS &rest BODY)" nil t)
18659 18662
@@ -25459,25 +25462,6 @@ they are not by default assigned to keys.
25459 25462
25460;;;*** 25463;;;***
25461 25464
25462;;;### (autoloads nil "pinentry" "net/pinentry.el" (0 0 0 0))
25463;;; Generated autoloads from net/pinentry.el
25464(push (purecopy '(pinentry 0 1)) package--builtin-versions)
25465
25466(autoload 'pinentry-start "pinentry" "\
25467Start a Pinentry service.
25468
25469Once the environment is properly set, subsequent invocations of
25470the gpg command will interact with Emacs for passphrase input.
25471
25472If the optional QUIET argument is non-nil, messages at startup
25473will not be shown.
25474
25475\(fn &optional QUIET)" t nil)
25476
25477(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pinentry" '("pinentry-")))
25478
25479;;;***
25480
25481;;;### (autoloads nil "pixel-scroll" "pixel-scroll.el" (0 0 0 0)) 25465;;;### (autoloads nil "pixel-scroll" "pixel-scroll.el" (0 0 0 0))
25482;;; Generated autoloads from pixel-scroll.el 25466;;; Generated autoloads from pixel-scroll.el
25483 25467
@@ -38288,7 +38272,7 @@ or call the function `winner-mode'.")
38288Toggle Winner mode on or off. 38272Toggle Winner mode on or off.
38289With a prefix argument ARG, enable Winner mode if ARG is 38273With a prefix argument ARG, enable Winner mode if ARG is
38290positive, and disable it otherwise. If called from Lisp, enable 38274positive, and disable it otherwise. If called from Lisp, enable
38291the mode if ARG is omitted or nil, and toggle it if ARG is toggle. 38275the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
38292 38276
38293Winner mode is a global minor mode that records the changes in 38277Winner mode is a global minor mode that records the changes in
38294the window configuration (i.e. how the frames are partitioned 38278the window configuration (i.e. how the frames are partitioned