mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
doc: Delete extraneous quotes around keys
* lisp/allout.el (allout-outlinify-sticky): * lisp/auth-source.el (auth-sources): * lisp/buff-menu.el (Buffer-menu-delete) (Buffer-menu-delete-backwards, Buffer-menu-save) (Buffer-menu-execute, Buffer-menu-select): * lisp/calendar/todo-mode.el (todo-show) (todo-show-categories-table, todo-top-priorities-overrides): * lisp/desktop.el (desktop-save-mode): * lisp/dired-aux.el (dired-do-kill-lines, dired-do-copy): * lisp/edmacro.el (edit-kbd-macro): * lisp/emulation/viper-cmd.el (viper-ask-level): * lisp/emulation/viper-init.el (viper-expert-level): * lisp/filesets.el (filesets-add-buffer): * lisp/follow.el (follow-mode): * lisp/gnus/gnus-group.el (gnus-group-mode): * lisp/gnus/gnus-sum.el (gnus-summary-mode): * lisp/ibuffer.el (ibuffer-mode): * lisp/international/ogonek.el (ogonek-informacja) (ogonek-information): * lisp/isearch.el (search-default-mode): * lisp/macros.el (apply-macro-to-region-lines): * lisp/mail/supercite.el (sc-mail-field-query) (sc-insert-reference, sc-insert-citation): * lisp/play/decipher.el (decipher-make-checkpoint): (decipher-restore-checkpoint): * lisp/progmodes/idlw-shell.el (idlwave-shell-mode): * lisp/progmodes/idlwave.el (idlwave-store-inquired-class): * lisp/progmodes/prolog.el (prolog-mode, prolog-inferior-mode): * lisp/progmodes/sh-script.el (sh-set-shell): * lisp/progmodes/vhdl-mode.el (vhdl-compiler-alist) (vhdl-modify-date-prefix-string) (vhdl-modify-date-on-saving, vhdl-mode): * lisp/server.el (server-start): * lisp/subr.el (locate-library): * lisp/tempo.el (tempo-marks, tempo-use-tag-list): * lisp/time.el (world-clock): * lisp/vc/vc-hooks.el (vc-mode): * lisp/whitespace.el (whitespace-report-region): * lisp/windmove.el (windmove-delete-in-direction): Doc fix: Delete extraneous quotes around keys.
This commit is contained in:
parent
1d754c7960
commit
5c12e988ab
31 changed files with 205 additions and 203 deletions
|
|
@ -1467,7 +1467,7 @@ With a prefix argument, kill that many lines starting with the current line.
|
|||
(defun dired-do-kill-lines (&optional arg fmt init-count)
|
||||
"Remove all marked lines, or the next ARG lines.
|
||||
The files or directories on those lines are _not_ deleted. Only the
|
||||
Dired listing is affected. To restore the removals, use `\\[revert-buffer]'.
|
||||
Dired listing is affected. To restore the removals, use \\[revert-buffer].
|
||||
|
||||
With a numeric prefix arg, remove that many lines going forward,
|
||||
starting with the current line. (A negative prefix arg removes lines
|
||||
|
|
@ -2871,7 +2871,7 @@ similar to the \"-d\" option for the \"cp\" shell command.
|
|||
But if `dired-copy-dereference' is non-nil, the symbolic
|
||||
links are dereferenced and then copied, similar to the \"-L\"
|
||||
option for the \"cp\" shell command. If ARG is a cons with
|
||||
element 4 (`\\[universal-argument]'), the inverted value of
|
||||
element 4 (\\[universal-argument]), the inverted value of
|
||||
`dired-copy-dereference' will be used.
|
||||
|
||||
Also see `dired-do-revert-buffer'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue