* bug#65868: [PATCH] Fix doc typos
@ 2023-09-11 14:59 Shynur Xie
2023-09-11 15:16 ` Stefan Kangas
0 siblings, 1 reply; 2+ messages in thread
From: Shynur Xie @ 2023-09-11 14:59 UTC (permalink / raw)
To: 65868
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-Fix-doc-typos.patch --]
[-- Type: application/octet-stream, Size: 1928 bytes --]
From 5dbe5983de66fc8b02488542bf50660937c462e4 Mon Sep 17 00:00:00 2001
From: shynur <one.last.kiss@outlook.com>
Date: Mon, 11 Sep 2023 22:56:39 +0800
Subject: [PATCH] ; Fix doc typos
---
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 456e208..23dcc44 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 0057979..5a82464 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 99bc106..d4b1c4f 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]
--
2.41.0.windows.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#65868: [PATCH] Fix doc typos
2023-09-11 14:59 bug#65868: [PATCH] Fix doc typos Shynur Xie
@ 2023-09-11 15:16 ` Stefan Kangas
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2023-09-11 15:16 UTC (permalink / raw)
To: Shynur Xie, 65868-done
Version: 29.2
Shynur Xie <one.last.kiss@outlook.com> writes:
> From 5dbe5983de66fc8b02488542bf50660937c462e4 Mon Sep 17 00:00:00 2001
> From: shynur <one.last.kiss@outlook.com>
> Date: Mon, 11 Sep 2023 22:56:39 +0800
> Subject: [PATCH] ; Fix doc typos
Thanks, installed on emacs-29 as commit d11d81dfcc6.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-11 15:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11 14:59 bug#65868: [PATCH] Fix doc typos Shynur Xie
2023-09-11 15:16 ` Stefan Kangas
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.