emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 d11d81dfcc6: ; Fix doc typos (Bug#65868)


From: Stefan Kangas
Subject: emacs-29 d11d81dfcc6: ; Fix doc typos (Bug#65868)
Date: Mon, 11 Sep 2023 11:16:39 -0400 (EDT)

branch: emacs-29
commit d11d81dfcc6b50a8e889789e2d4696af1a544f7f
Author: shynur <one.last.kiss@outlook.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix doc typos (Bug#65868)
---
 doc/emacs/custom.texi    | 2 +-
 doc/lispref/compile.texi | 2 +-
 doc/lispref/keymaps.texi | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index ea29876be80..7ca618bd2f6 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -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
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi
index 25b897125dd..96d66445360 100644
--- a/doc/lispref/compile.texi
+++ b/doc/lispref/compile.texi
@@ -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
 
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 24b7738caff..be924b5655a 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -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]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]