emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r111356: * doc/lispref/loading.texi (Autoload): F


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r111356: * doc/lispref/loading.texi (Autoload): Fix typo.
Date: Wed, 19 Jun 2013 03:45:18 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 111356
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-06-18 20:45:10 -0700
message:
  * doc/lispref/loading.texi (Autoload): Fix typo.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/loading.texi       
loading.texi-20091113204419-o5vbwnq5f7feedwu-6193
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-06-12 01:25:53 +0000
+++ b/doc/lispref/ChangeLog     2013-06-19 03:45:10 +0000
@@ -1,3 +1,7 @@
+2013-06-19  Glenn Morris  <address@hidden>
+
+       * loading.texi (Autoload): Fix typo.
+
 2013-06-12  Glenn Morris  <address@hidden>
 
        * variables.texi (Lexical Binding): Fix typo.

=== modified file 'doc/lispref/loading.texi'
--- a/doc/lispref/loading.texi  2013-01-01 09:11:05 +0000
+++ b/doc/lispref/loading.texi  2013-06-19 03:45:10 +0000
@@ -461,7 +461,7 @@
 symbol @var{function}.
 
 @cindex function cell in autoload
-if @var{function} already has non-void function definition that is not
+If @var{function} already has a non-void function definition that is not
 an autoload object, this function does nothing and returns @code{nil}.
 Otherwise, it constructs an autoload object (@pxref{Autoload Type}),
 and stores it as the function definition for @var{function}.  The


reply via email to

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