aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2013-08-07 16:58:41 +0300
committerEli Zaretskii2013-08-07 16:58:41 +0300
commitf2243267a9eec37e687891e833930f101db2354d (patch)
treea724256fe2ffb88665d44335f523b14ceb793097
parent0ee18172b3dabfbddc81993cbba766cc925281be (diff)
downloademacs-f2243267a9eec37e687891e833930f101db2354d.tar.gz
emacs-f2243267a9eec37e687891e833930f101db2354d.zip
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.
-rw-r--r--doc/lispintro/ChangeLog8
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi8
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog
index 481eb0c9db8..7f1f9ab18c0 100644
--- a/doc/lispintro/ChangeLog
+++ b/doc/lispintro/ChangeLog
@@ -1,3 +1,11 @@
12013-08-07 Eli Zaretskii <eliz@gnu.org>
2
3 * emacs-lisp-intro.texi (Beginning init File): Rename from
4 "Beginning a .emacs File", since a node name cannot include a
5 period.
6 (Top, Emacs Initialization, Change a defun): All references
7 changed. (Bug#15038)
8
12013-08-02 Xue Fuqiao <xfq.free@gmail.com> 92013-08-02 Xue Fuqiao <xfq.free@gmail.com>
2 10
3 * emacs-lisp-intro.texi (zap-to-char): Remove obsolete stuff. 11 * emacs-lisp-intro.texi (zap-to-char): Remove obsolete stuff.
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index f0d9ab63935..2160d7ba5a9 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -648,7 +648,7 @@ Your @file{.emacs} File
648* Default Configuration:: 648* Default Configuration::
649* Site-wide Init:: You can write site-wide init files. 649* Site-wide Init:: You can write site-wide init files.
650* defcustom:: Emacs will write code for you. 650* defcustom:: Emacs will write code for you.
651* Beginning a .emacs File:: How to write a @code{.emacs file}. 651* Beginning init File:: How to write a @file{.emacs} init file.
652* Text and Auto-fill:: Automatically wrap lines. 652* Text and Auto-fill:: Automatically wrap lines.
653* Mail Aliases:: Use abbreviations for email addresses. 653* Mail Aliases:: Use abbreviations for email addresses.
654* Indent Tabs Mode:: Don't use tabs with @TeX{} 654* Indent Tabs Mode:: Don't use tabs with @TeX{}
@@ -3260,7 +3260,7 @@ line that follows a semicolon is a comment. The end of the line is the
3260end of the comment. To stretch a comment over two or more lines, begin 3260end of the comment. To stretch a comment over two or more lines, begin
3261each line with a semicolon. 3261each line with a semicolon.
3262 3262
3263@xref{Beginning a .emacs File, , Beginning a @file{.emacs} 3263@xref{Beginning init File, , Beginning a @file{.emacs}
3264File}, and @ref{Comments, , Comments, elisp, The GNU Emacs Lisp 3264File}, and @ref{Comments, , Comments, elisp, The GNU Emacs Lisp
3265Reference Manual}, for more about comments. 3265Reference Manual}, for more about comments.
3266 3266
@@ -16706,7 +16706,7 @@ expressions in Emacs Lisp you can change or extend Emacs.
16706* Default Configuration:: 16706* Default Configuration::
16707* Site-wide Init:: You can write site-wide init files. 16707* Site-wide Init:: You can write site-wide init files.
16708* defcustom:: Emacs will write code for you. 16708* defcustom:: Emacs will write code for you.
16709* Beginning a .emacs File:: How to write a @code{.emacs file}. 16709* Beginning init File:: How to write a @file{.emacs} init file.
16710* Text and Auto-fill:: Automatically wrap lines. 16710* Text and Auto-fill:: Automatically wrap lines.
16711* Mail Aliases:: Use abbreviations for email addresses. 16711* Mail Aliases:: Use abbreviations for email addresses.
16712* Indent Tabs Mode:: Don't use tabs with @TeX{} 16712* Indent Tabs Mode:: Don't use tabs with @TeX{}
@@ -16977,7 +16977,7 @@ intent is that neither programs nor users should ever change a value
16977set by @code{defconst}. (You can change it; the value set is a 16977set by @code{defconst}. (You can change it; the value set is a
16978variable; but please do not.) 16978variable; but please do not.)
16979 16979
16980@node Beginning a .emacs File 16980@node Beginning init File
16981@section Beginning a @file{.emacs} File 16981@section Beginning a @file{.emacs} File
16982@cindex @file{.emacs} file, beginning of 16982@cindex @file{.emacs} file, beginning of
16983 16983