unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Editorial change in emacs manual
@ 2015-05-05 20:45 Tomas Nordin
  0 siblings, 0 replies; only message in thread
From: Tomas Nordin @ 2015-05-05 20:45 UTC (permalink / raw)
  To: emacs devel

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

See attached a patch for clarification of what I think is a mistake in
the manual. In the lisp-intro docs, section 3.11 (review) about defun,
there is an example of a defun. The text reads "the function definition
was as follows." and then comes an example of back-to-indentation. That
is a bit confusing, it is as if it was supposed to be the defun of
defun.

[-- Attachment #2: 0001-clarify-function-being-referred-in-emacs-lisp-docs.patch --]
[-- Type: text/x-diff, Size: 1127 bytes --]

From c1d49cb9461ab362a2c78250adff00989108ede0 Mon Sep 17 00:00:00 2001
From: tomnor <tomasn@kth.se>
Date: Tue, 5 May 2015 22:21:59 +0200
Subject: [PATCH] clarify function being referred in emacs lisp docs

---
 doc/lispintro/emacs-lisp-intro.texi |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 5a07a45..afa2506 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -4300,9 +4300,10 @@ documentation, an optional interactive declaration, and the body of
 the definition.
 
 @need 1250
-For example, in an early version of Emacs, the function definition was
-as follows.  (It is slightly more complex now that it seeks the first
-non-whitespace character rather than the first visible character.)
+For example, in an early version of Emacs, the function definition of
+@code{back-to-indentation} was as follows.  (It is slightly more
+complex now that it seeks the first non-whitespace character rather
+than the first visible character.)
 
 @smallexample
 @group
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-05 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-05 20:45 Editorial change in emacs manual Tomas Nordin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).