mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Minor text-quoting-style fixes
* lisp/cus-edit.el (custom-buffer-create-internal): * lisp/recentf.el (recentf-edit-list): Follow text-quoting-style preference when quoting in UI strings. * src/doc.c (Fsubstitute_command_keys): Don’t say that curved quotes are substituted for, as this is no longer true.
This commit is contained in:
parent
2791580f5e
commit
66ae4cada5
3 changed files with 10 additions and 7 deletions
|
|
@ -1124,8 +1124,9 @@ IGNORE arguments."
|
|||
(recentf-dialog (format "*%s - Edit list*" recentf-menu-title)
|
||||
(set (make-local-variable 'recentf-edit-list) nil)
|
||||
(widget-insert
|
||||
"Click on OK to delete selected files from the recent list.
|
||||
Click on Cancel or type `q' to cancel.\n")
|
||||
(format-message
|
||||
"Click on OK to delete selected files from the recent list.
|
||||
Click on Cancel or type `q' to cancel.\n"))
|
||||
;; Insert the list of files as checkboxes
|
||||
(dolist (item recentf-list)
|
||||
(widget-create 'checkbox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue