aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-02 21:52:10 +0800
committerXue Fuqiao2013-08-02 21:52:10 +0800
commit9097ad863d07035e9b01210490d6f09e9ee94c4e (patch)
treeadc33515207fb17a305de1fe129d502623ed1843
parent8f370b43d5c1d04c825cb399683eac4aafbc07a8 (diff)
downloademacs-9097ad863d07035e9b01210490d6f09e9ee94c4e.tar.gz
emacs-9097ad863d07035e9b01210490d6f09e9ee94c4e.zip
Add indexes for elisp manual.
* doc/lispref/display.texi (Face Functions): Add an index. * doc/lispref/variables.texi (Variable Aliases): Add an index. * doc/lispref/functions.texi (Defining Functions): Add an index. * doc/lispref/nonascii.texi (Coding System Basics): Add an index.
-rw-r--r--doc/lispref/ChangeLog10
-rw-r--r--doc/lispref/display.texi1
-rw-r--r--doc/lispref/functions.texi1
-rw-r--r--doc/lispref/nonascii.texi1
-rw-r--r--doc/lispref/variables.texi1
5 files changed, 14 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index b7d9bbc08c5..d77ede29da1 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,13 @@
12013-08-02 Xue Fuqiao <xfq.free@gmail.com>
2
3 * display.texi (Face Functions): Add an index.
4
5 * variables.texi (Variable Aliases): Add an index.
6
7 * functions.texi (Defining Functions): Add an index.
8
9 * nonascii.texi (Coding System Basics): Add an index.
10
12013-07-31 Xue Fuqiao <xfq.free@gmail.com> 112013-07-31 Xue Fuqiao <xfq.free@gmail.com>
2 12
3 * nonascii.texi (Non-ASCII Characters): Update menu. 13 * nonascii.texi (Non-ASCII Characters): Update menu.
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 44fbc66a60e..c5068425c66 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -2738,6 +2738,7 @@ differently from the default face.
2738@end defun 2738@end defun
2739 2739
2740@cindex face alias 2740@cindex face alias
2741@cindex alias, for faces
2741A @dfn{face alias} provides an equivalent name for a face. You can 2742A @dfn{face alias} provides an equivalent name for a face. You can
2742define a face alias by giving the alias symbol the @code{face-alias} 2743define a face alias by giving the alias symbol the @code{face-alias}
2743property, with a value of the target face name. The following example 2744property, with a value of the target face name. The following example
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index fcd345ef83b..39a9ff6b62c 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -580,6 +580,7 @@ redefinition from unintentional redefinition.
580@end defmac 580@end defmac
581 581
582@cindex function aliases 582@cindex function aliases
583@cindex alias, for functions
583@defun defalias name definition &optional doc 584@defun defalias name definition &optional doc
584@anchor{Definition of defalias} 585@anchor{Definition of defalias}
585This function defines the symbol @var{name} as a function, with 586This function defines the symbol @var{name} as a function, with
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi
index 3189d8796d6..090310c5545 100644
--- a/doc/lispref/nonascii.texi
+++ b/doc/lispref/nonascii.texi
@@ -1012,6 +1012,7 @@ The value of the @code{:mime-charset} property is also defined
1012as an alias for the coding system. 1012as an alias for the coding system.
1013@end defun 1013@end defun
1014 1014
1015@cindex alias, for coding systems
1015@defun coding-system-aliases coding-system 1016@defun coding-system-aliases coding-system
1016This function returns the list of aliases of @var{coding-system}. 1017This function returns the list of aliases of @var{coding-system}.
1017@end defun 1018@end defun
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 4a38fa9ccd5..557add738ba 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -1838,6 +1838,7 @@ updates this list.
1838@node Variable Aliases 1838@node Variable Aliases
1839@section Variable Aliases 1839@section Variable Aliases
1840@cindex variable aliases 1840@cindex variable aliases
1841@cindex alias, for variables
1841 1842
1842 It is sometimes useful to make two variables synonyms, so that both 1843 It is sometimes useful to make two variables synonyms, so that both
1843variables always have the same value, and changing either one also 1844variables always have the same value, and changing either one also