>From c1d49cb9461ab362a2c78250adff00989108ede0 Mon Sep 17 00:00:00 2001 From: tomnor 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 address@hidden 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