]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix doc typos (Bug#65868)
authorshynur <one.last.kiss@outlook.com>
Mon, 11 Sep 2023 14:56:39 +0000 (22:56 +0800)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 11 Sep 2023 15:16:23 +0000 (17:16 +0200)
doc/emacs/custom.texi
doc/lispref/compile.texi
doc/lispref/keymaps.texi

index ea29876be808f890cf4855384e8e97dfb1cd0da3..7ca618bd2f6b23a30dcfb4977d3860c75035b9a2 100644 (file)
@@ -626,7 +626,7 @@ button.
 the theme file and asks if you really want to load it.  Because
 loading a Custom theme can execute arbitrary Lisp code, you should
 only say yes if you know that the theme is safe; in that case, Emacs
-offers to remember in the future that the theme is safe(this is done
+offers to remember in the future that the theme is safe (this is done
 by saving the theme file's SHA-256 hash to the variable
 @code{custom-safe-themes}; if you want to treat all themes as safe,
 change its value to @code{t}).  Themes that come with Emacs (in the
index 25b897125dd0a2a2cd13af2f5f7cc9fdc8f71e41..96d664453605407adaf748ab3e4f4e41fed9b998 100644 (file)
@@ -422,7 +422,7 @@ execution of the compiled file.  For example,
 @lisp
 (eval-when-compile
   (unless (fboundp 'some-new-thing)
-    (defmacro 'some-new-thing ()
+    (defmacro some-new-thing ()
       (compatibility code))))
 @end lisp
 
index 24b7738caff01a5a4b32390825c8a27f7488dc3a..be924b5655a1c7ee7b8c43564c405b0f5db13f65 100644 (file)
@@ -90,7 +90,7 @@ Manual}.
 (kbd "C-x C-f") @result{} "\C-x\C-f"
 (kbd "C-x 4 C-f") @result{} "\C-x4\C-f"
 (kbd "X") @result{} "X"
-(kbd "RET") @result{} "\^M"
+(kbd "RET") @result{} "^M"
 (kbd "C-c SPC") @result{} "\C-c@ "
 (kbd "<f1> SPC") @result{} [f1 32]
 (kbd "C-M-<down>") @result{} [C-M-down]