emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113736: Fix bug #15038 with incorrect Texinfo in Em


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r113736: Fix bug #15038 with incorrect Texinfo in Emacs Lisp Intro manual.
Date: Wed, 07 Aug 2013 13:59:40 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113736
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15038
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Wed 2013-08-07 16:58:41 +0300
message:
  Fix bug #15038 with incorrect Texinfo in Emacs Lisp Intro manual.
  
   doc/lispintro/emacs-lisp-intro.texi (Beginning init File): Rename from
   "Beginning a .emacs File", since a node name cannot include a
   period.
   (Top, Emacs Initialization, Change a defun): All references
   changed.
modified:
  doc/lispintro/ChangeLog        changelog-20091113204419-o5vbwnq5f7feedwu-6128
  doc/lispintro/emacs-lisp-intro.texi 
emacslispintro.texi-20091113204419-o5vbwnq5f7feedwu-6143
=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2013-08-02 02:33:12 +0000
+++ b/doc/lispintro/ChangeLog   2013-08-07 13:58:41 +0000
@@ -1,3 +1,11 @@
+2013-08-07  Eli Zaretskii  <address@hidden>
+
+       * emacs-lisp-intro.texi (Beginning init File): Rename from
+       "Beginning a .emacs File", since a node name cannot include a
+       period.
+       (Top, Emacs Initialization, Change a defun): All references
+       changed.  (Bug#15038)
+
 2013-08-02  Xue Fuqiao  <address@hidden>
 
        * emacs-lisp-intro.texi (zap-to-char): Remove obsolete stuff.

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2013-08-02 02:33:12 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2013-08-07 13:58:41 +0000
@@ -648,7 +648,7 @@
 * Default Configuration::
 * Site-wide Init::              You can write site-wide init files.
 * defcustom::                   Emacs will write code for you.
-* Beginning a .emacs File::     How to write a @code{.emacs file}.
+* Beginning init File::         How to write a @file{.emacs} init file.
 * Text and Auto-fill::          Automatically wrap lines.
 * Mail Aliases::                Use abbreviations for email addresses.
 * Indent Tabs Mode::            Don't use tabs with @TeX{}
@@ -3260,7 +3260,7 @@
 end of the comment.  To stretch a comment over two or more lines, begin
 each line with a semicolon.
 
address@hidden a .emacs File, , Beginning a @file{.emacs}
address@hidden init File, , Beginning a @file{.emacs}
 File}, and @ref{Comments, , Comments, elisp, The GNU Emacs Lisp
 Reference Manual}, for more about comments.
 
@@ -16706,7 +16706,7 @@
 * Default Configuration::
 * Site-wide Init::              You can write site-wide init files.
 * defcustom::                   Emacs will write code for you.
-* Beginning a .emacs File::     How to write a @code{.emacs file}.
+* Beginning init File::         How to write a @file{.emacs} init file.
 * Text and Auto-fill::          Automatically wrap lines.
 * Mail Aliases::                Use abbreviations for email addresses.
 * Indent Tabs Mode::            Don't use tabs with @TeX{}
@@ -16977,7 +16977,7 @@
 set by @code{defconst}.  (You can change it; the value set is a
 variable; but please do not.)
 
address@hidden Beginning a .emacs File
address@hidden Beginning init File
 @section Beginning a @file{.emacs} File
 @cindex @file{.emacs} file, beginning of
 


reply via email to

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