mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix typos
This commit is contained in:
parent
43c7e05a2a
commit
9292f595a7
22 changed files with 36 additions and 36 deletions
|
|
@ -1700,7 +1700,7 @@ Expansion occurs in a temporary Org mode buffer."
|
|||
(condition-case error
|
||||
(insert-file-contents filename)
|
||||
(error
|
||||
(insert (format "%%![couldn not insert %s: %s]"
|
||||
(insert (format "%%![could not insert %s: %s]"
|
||||
filename
|
||||
error))))))))
|
||||
;; Mark %() embedded elisp for later evaluation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue