1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
emacs/lisp/eshell
Stefan Kangas 3f9f3ba437 Docfix: use command substitution for 'universal-argument'
* lisp/autoarg.el (autoarg-mode):
* lisp/bookmark.el (bookmark-set, bookmark-set-no-overwrite)
(bookmark-save):
* lisp/calendar/todo-mode.el (todo-insert-item)
(todo-filter-top-priorities)
(todo-filter-top-priorities-multifile):
* lisp/dired-x.el (dired-mark-extension, dired-mark-suffix):
* lisp/eshell/eshell.el (eshell):
* lisp/gnus/gnus-group.el (gnus-group-find-new-groups):
* lisp/gnus/gnus-start.el (gnus-find-new-newsgroups):
* lisp/gnus/gnus-sum.el (gnus-summary-show-article):
* lisp/gnus/gnus.el (gnus-secondary-servers):
* lisp/org/org-timer.el (org-timer-set-timer):
* lisp/org/ox.el (org-export-dispatch-last-position):
* lisp/printing.el (pr-ps-directory-preview)
(pr-ps-directory-using-ghostscript, pr-ps-directory-print)
(pr-ps-directory-ps-print, pr-ps-buffer-preview)
(pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
(pr-ps-buffer-ps-print, pr-despool-preview)
(pr-despool-using-ghostscript, pr-despool-print)
(pr-despool-ps-print, pr-ps-file-up-ps-print, pr-ps-fast-fire)
(pr-txt-fast-fire):
* lisp/progmodes/idlwave.el (idlwave-complete):
* lisp/progmodes/sh-script.el (sh-set-shell):
* lisp/replace.el (occur):
* lisp/ses.el (ses--advice-yank):
* lisp/simple.el (set-mark-command-repeat-pop):
* lisp/sort.el (delete-duplicate-lines):
* lisp/strokes.el (strokes-help):
* lisp/textmodes/artist.el (artist-mode):
* lisp/textmodes/reftex-cite.el (reftex-citation):
* lisp/textmodes/reftex-dcr.el (reftex-view-crossref):
* lisp/textmodes/reftex-index.el (reftex-index-selection-or-word)
(reftex-display-index):
* lisp/textmodes/reftex-ref.el (reftex-reference):
* lisp/textmodes/reftex-toc.el (reftex-toc):
* lisp/textmodes/reftex-vars.el (reftex-cite-prompt-optional-args)
(reftex-enable-partial-scans):
* lisp/textmodes/texnfo-upd.el (texinfo-master-menu):
* lisp/windmove.el (windmove-display-in-direction)
(windmove-delete-left, windmove-delete-up)
(windmove-delete-right, windmove-delete-down):
* lisp/window.el (recenter-window-group, recenter-other-window): Use
command substitution for 'universal-argument' instead of raw "C-u".
2021-09-16 20:05:48 +02:00
..
em-alias.el
em-banner.el
em-basic.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-cmpl.el Fix completion of extended "..." syntax in eshell 2021-08-27 18:46:04 +02:00
em-dirs.el Adjust eshell and ps-print to not use emacs-kill-hook 2021-07-04 14:07:59 +02:00
em-glob.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-hist.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-ls.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-pred.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-prompt.el
em-rebind.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-script.el Fix cd to directories called "eshell" in eshell 2021-04-05 18:09:41 +02:00
em-smart.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
em-term.el
em-tramp.el
em-unix.el ; * lisp/eshell/em-unix.el (nil-blank-string): Doc fix 2021-09-12 17:22:51 +02:00
em-xtra.el Cleanup in em-extra.el 2021-04-17 02:25:42 +02:00
esh-arg.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
esh-cmd.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
esh-ext.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
esh-io.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
esh-mode.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
esh-module.el
esh-opt.el
esh-proc.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
esh-util.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
esh-var.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
eshell.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00