aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTom Tromey2013-03-17 05:17:24 -0600
committerTom Tromey2013-03-17 05:17:24 -0600
commit6bd488cd8d05aa3983ca55f70ee384732d8c0085 (patch)
tree5645fc7b882638d6c0eb3f61fd55bde1a63fc190 /doc
parent71f91792e3013b397996905224f387da5cc539a9 (diff)
parent9c44569ea2a18099307e0571d523d8637000a153 (diff)
downloademacs-6bd488cd8d05aa3983ca55f70ee384732d8c0085.tar.gz
emacs-6bd488cd8d05aa3983ca55f70ee384732d8c0085.zip
merge from trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog8
-rw-r--r--doc/emacs/emacs.texi13
-rw-r--r--doc/lispintro/ChangeLog8
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi8
-rw-r--r--doc/lispref/ChangeLog11
-rw-r--r--doc/lispref/control.texi2
-rw-r--r--doc/lispref/elisp.texi10
-rw-r--r--doc/misc/ChangeLog11
-rw-r--r--doc/misc/calc.texi21
-rw-r--r--doc/misc/trampver.texi2
10 files changed, 77 insertions, 17 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 776e5c6191e..d2554349d01 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,11 @@
12013-03-16 Glenn Morris <rgm@gnu.org>
2
3 * emacs.texi (Top): Add some stuff specific to www.gnu.org.
4
52013-03-16 Glenn Morris <rgm@gnu.org>
6
7 * Version 24.3 released.
8
12013-03-04 Paul Eggert <eggert@cs.ucla.edu> 92013-03-04 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 Prefer UTF-8 for documentation. 11 Prefer UTF-8 for documentation.
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index 2efa9b084df..e78eb7845f3 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -111,10 +111,21 @@ Cover art by Etienne Suvasa; cover design by Matt Lee.
111@top The Emacs Editor 111@top The Emacs Editor
112 112
113Emacs is the extensible, customizable, self-documenting real-time 113Emacs is the extensible, customizable, self-documenting real-time
114display editor. This Info file describes how to edit with Emacs and 114display editor. This manual describes how to edit with Emacs and
115some of the ways to customize it; it corresponds to GNU Emacs version 115some of the ways to customize it; it corresponds to GNU Emacs version
116@value{EMACSVER}. 116@value{EMACSVER}.
117 117
118@ifset WWW_GNU_ORG
119@html
120The homepage for GNU Emacs is at
121<a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br>
122To view this manual in other formats, click
123<a href="/software/emacs/manual/emacs.html">here</a>.<br>
124You can also purchase a printed copy from the
125<a href="http://shop.fsf.org/product/emacs-manual/">FSF store</a>.
126@end html
127@end ifset
128
118@ifinfo 129@ifinfo
119If you are reading this in Emacs, type @kbd{h} to read a basic 130If you are reading this in Emacs, type @kbd{h} to read a basic
120introduction to the Info documentation system. 131introduction to the Info documentation system.
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog
index e31c63fd8f6..e12c57d4b76 100644
--- a/doc/lispintro/ChangeLog
+++ b/doc/lispintro/ChangeLog
@@ -1,3 +1,11 @@
12013-03-16 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.
4
52013-03-16 Glenn Morris <rgm@gnu.org>
6
7 * Version 24.3 released.
8
12013-03-03 Glenn Morris <rgm@gnu.org> 92013-03-03 Glenn Morris <rgm@gnu.org>
2 10
3 * emacs-lisp-intro.texi (Digression into C): Update example. 11 * emacs-lisp-intro.texi (Digression into C): Update example.
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 43e2539d2f2..c42ed210cbc 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -227,6 +227,14 @@ This is an @cite{Introduction to Programming in Emacs Lisp}, for
227people who are not programmers. 227people who are not programmers.
228@sp 1 228@sp 1
229Edition @value{edition-number}, @value{update-date} 229Edition @value{edition-number}, @value{update-date}
230@ifset WWW_GNU_ORG
231@html
232<p>The homepage for GNU Emacs is at
233<a href="http://www.gnu.org/software/emacs/">http://www.gnu.org/software/emacs/</a>.
234<br>To view this manual in other formats, click
235<a href="/software/emacs/emacs-lisp-intro/emacs-lisp-intro.html">here</a>.
236@end html
237@end ifset
230@sp 1 238@sp 1
231Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software 239Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software
232Foundation, Inc. 240Foundation, Inc.
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 3c976d37062..7455881518a 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,14 @@
12013-03-16 Glenn Morris <rgm@gnu.org>
2
3 * elisp.texi: Add some stuff specific to www.gnu.org.
4
52013-03-16 Glenn Morris <rgm@gnu.org>
6
7 * Version 24.3 released.
82013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
9
10 * control.texi (Pattern matching case statement): Fix typo.
11
12013-03-04 Paul Eggert <eggert@cs.ucla.edu> 122013-03-04 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8. 14 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 76a2f464792..9ee01299260 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -373,7 +373,7 @@ symbol to the value that it matched, so that you can later refer to it, either
373in the @var{body-forms} or also later in the pattern. 373in the @var{body-forms} or also later in the pattern.
374@item _ 374@item _
375This so-called @emph{don't care} pattern matches anything, like the previous 375This so-called @emph{don't care} pattern matches anything, like the previous
376one, but unless symbol patterns it does not bind any variable. 376one, but unlike symbol patterns it does not bind any variable.
377@item (pred @var{pred}) 377@item (pred @var{pred})
378This pattern matches if the function @var{pred} returns non-@code{nil} when 378This pattern matches if the function @var{pred} returns non-@code{nil} when
379called with the object being matched. 379called with the object being matched.
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 66fda259d7d..343d9cc98e2 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -97,6 +97,16 @@ This is edition @value{VERSION} of the @cite{GNU Emacs Lisp Reference Manual},@*
97This is the @cite{GNU Emacs Lisp Reference Manual} 97This is the @cite{GNU Emacs Lisp Reference Manual}
98@end ifnottex 98@end ifnottex
99corresponding to Emacs version @value{EMACSVER}. 99corresponding to Emacs version @value{EMACSVER}.
100@ifset WWW_GNU_ORG
101@html
102<p>The homepage for GNU Emacs is at
103<a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br>
104For information on using Emacs, refer to
105the <a href="/software/emacs/manual/html_node/emacs/index.html">Emacs
106Manual</a>.<br> To view this manual in other formats,
107click <a href="/software/emacs/manual/elisp.html">here</a>.
108@end html
109@end ifset
100 110
101Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc. 111Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc.
102 112
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 44a0b7b3211..45862f93f0c 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,14 @@
12013-03-15 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.2.7.
4
5 * trampver.texi: Update release number.
6
72013-03-09 Jay Belanger <jay.p.belanger@gmail.com>
8
9 * calc.texi (Basic Operations on Units): Streamline some
10 descriptions.
11
12013-03-08 Glenn Morris <rgm@gnu.org> 122013-03-08 Glenn Morris <rgm@gnu.org>
2 13
3 * faq.texi (Top): Don't say this was updated @today. 14 * faq.texi (Top): Don't say this was updated @today.
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 0bf7833ec34..44462d1d5a8 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -27859,7 +27859,8 @@ while typing @kbd{u c au/yr @key{RET}} produces
27859 27859
27860If the units you request are inconsistent with the original units, the 27860If the units you request are inconsistent with the original units, the
27861number will be converted into your units times whatever ``remainder'' 27861number will be converted into your units times whatever ``remainder''
27862units are left over. For example, converting @samp{55 mph} into acres 27862units are left over. (This can be disabled; @pxref{Customizing Calc}.)
27863For example, converting @samp{55 mph} into acres
27863produces @samp{6.08e-3 acre / m s}. (Recall that multiplication binds 27864produces @samp{6.08e-3 acre / m s}. (Recall that multiplication binds
27864more strongly than division in Calc formulas, so the units here are 27865more strongly than division in Calc formulas, so the units here are
27865acres per meter-second.) Remainder units are expressed in terms of 27866acres per meter-second.) Remainder units are expressed in terms of
@@ -27875,12 +27876,6 @@ change the @samp{s} to @samp{ms} to get @samp{9.8e-4 cm/ms^2}.
27875The ``remainder unit'' @samp{cm} is left alone rather than being 27876The ``remainder unit'' @samp{cm} is left alone rather than being
27876changed to the base unit @samp{m}. 27877changed to the base unit @samp{m}.
27877 27878
27878If you want to disallow using inconsistent units, you can set the
27879customizable variable @code{calc-ensure-consistent-units} to @code{t}
27880(@pxref{Customizing Calc}). In this case, if you request units which
27881are inconsistent with the original units, you will be warned about it
27882and no conversion will occur.
27883
27884You can use explicit unit conversion instead of the @kbd{u s} command 27879You can use explicit unit conversion instead of the @kbd{u s} command
27885to gain more control over the units of the result of an expression. 27880to gain more control over the units of the result of an expression.
27886For example, given @samp{5 m + 23 mm}, you can type @kbd{u c m} or 27881For example, given @samp{5 m + 23 mm}, you can type @kbd{u c m} or
@@ -27916,13 +27911,11 @@ prompt first for the old units which this value should be considered
27916to have, then for the new units. (If the value on the stack can be 27911to have, then for the new units. (If the value on the stack can be
27917simplified so that it doesn't contain any units, like @samp{ft/in} can 27912simplified so that it doesn't contain any units, like @samp{ft/in} can
27918be simplified to 12, then @kbd{u c} will still prompt for both old 27913be simplified to 12, then @kbd{u c} will still prompt for both old
27919units and new units. You can ignore the prompt for old units with 27914units and new units. This can be disabled; @pxref{Customizing Calc}.)
27920@key{RET}, or turn off the prompt by setting the customizable variable 27915Assuming the old and new units you give are consistent with each
27921@code{calc-allow-units-as-numbers} to @code{nil}; 27916other, the result also will not contain any units. For example,
27922@pxref{Customizing Calc}.) Assuming the old and new units you give are 27917@kbd{@w{u c} cm @key{RET} in @key{RET}} converts the number 2 on the
27923consistent with each other, the result also will not contain any 27918stack to 5.08.
27924units. For example, @kbd{@w{u c} cm @key{RET} in @key{RET}} converts
27925the number 2 on the stack to 5.08.
27926 27919
27927@kindex u b 27920@kindex u b
27928@pindex calc-base-units 27921@pindex calc-base-units
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index 6d5a8cb1c44..18c4252e6d2 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -8,7 +8,7 @@
8@c In the Tramp CVS, the version number is auto-frobbed from 8@c In the Tramp CVS, the version number is auto-frobbed from
9@c configure.ac, so you should edit that file and run 9@c configure.ac, so you should edit that file and run
10@c "autoconf && ./configure" to change the version number. 10@c "autoconf && ./configure" to change the version number.
11@set trampver 2.2.7-pre 11@set trampver 2.2.7
12 12
13@c Other flags from configuration 13@c Other flags from configuration
14@set instprefix /usr/local 14@set instprefix /usr/local