1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix typos in format-prompt

This commit is contained in:
Juri Linkov 2020-09-10 21:58:26 +03:00
parent 4ba71eee8d
commit 27b711f834
2 changed files with 2 additions and 2 deletions

View file

@ -472,7 +472,7 @@
(setq defc (calc-invent-parameter-variables nc defv)))
(let ((vars (read-string (format-prompt
"Fitting variables"
(format "%s; %s)"
(format "%s; %s"
(mapconcat 'symbol-name
(mapcar (function (lambda (v)
(nth 1 v)))

View file

@ -317,7 +317,7 @@ Every next/previous file in the defined sequence is visited by
"Return a list of files specified interactively, one by one."
;; Most code from `multi-occur'.
(let* ((files (list (read-file-name
(format-prompt "First file to search: "
(format-prompt "First file to search"
(file-name-nondirectory buffer-file-name))
default-directory buffer-file-name)))
(file nil))