diff options
| author | Tom Tromey | 2013-03-17 05:17:24 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-03-17 05:17:24 -0600 |
| commit | 6bd488cd8d05aa3983ca55f70ee384732d8c0085 (patch) | |
| tree | 5645fc7b882638d6c0eb3f61fd55bde1a63fc190 /doc | |
| parent | 71f91792e3013b397996905224f387da5cc539a9 (diff) | |
| parent | 9c44569ea2a18099307e0571d523d8637000a153 (diff) | |
| download | emacs-6bd488cd8d05aa3983ca55f70ee384732d8c0085.tar.gz emacs-6bd488cd8d05aa3983ca55f70ee384732d8c0085.zip | |
merge from trunk
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 13 | ||||
| -rw-r--r-- | doc/lispintro/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 8 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 11 | ||||
| -rw-r--r-- | doc/lispref/control.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 10 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 11 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 21 | ||||
| -rw-r--r-- | doc/misc/trampver.texi | 2 |
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 @@ | |||
| 1 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs.texi (Top): Add some stuff specific to www.gnu.org. | ||
| 4 | |||
| 5 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * Version 24.3 released. | ||
| 8 | |||
| 1 | 2013-03-04 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2013-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 | ||
| 113 | Emacs is the extensible, customizable, self-documenting real-time | 113 | Emacs is the extensible, customizable, self-documenting real-time |
| 114 | display editor. This Info file describes how to edit with Emacs and | 114 | display editor. This manual describes how to edit with Emacs and |
| 115 | some of the ways to customize it; it corresponds to GNU Emacs version | 115 | some 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 | ||
| 120 | The homepage for GNU Emacs is at | ||
| 121 | <a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br> | ||
| 122 | To view this manual in other formats, click | ||
| 123 | <a href="/software/emacs/manual/emacs.html">here</a>.<br> | ||
| 124 | You 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 |
| 119 | If you are reading this in Emacs, type @kbd{h} to read a basic | 130 | If you are reading this in Emacs, type @kbd{h} to read a basic |
| 120 | introduction to the Info documentation system. | 131 | introduction 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 @@ | |||
| 1 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org. | ||
| 4 | |||
| 5 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * Version 24.3 released. | ||
| 8 | |||
| 1 | 2013-03-03 Glenn Morris <rgm@gnu.org> | 9 | 2013-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 | |||
| 227 | people who are not programmers. | 227 | people who are not programmers. |
| 228 | @sp 1 | 228 | @sp 1 |
| 229 | Edition @value{edition-number}, @value{update-date} | 229 | Edition @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 |
| 231 | Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software | 239 | Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software |
| 232 | Foundation, Inc. | 240 | Foundation, 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 @@ | |||
| 1 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi: Add some stuff specific to www.gnu.org. | ||
| 4 | |||
| 5 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * Version 24.3 released. | ||
| 8 | 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 9 | |||
| 10 | * control.texi (Pattern matching case statement): Fix typo. | ||
| 11 | |||
| 1 | 2013-03-04 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2013-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 | |||
| 373 | in the @var{body-forms} or also later in the pattern. | 373 | in the @var{body-forms} or also later in the pattern. |
| 374 | @item _ | 374 | @item _ |
| 375 | This so-called @emph{don't care} pattern matches anything, like the previous | 375 | This so-called @emph{don't care} pattern matches anything, like the previous |
| 376 | one, but unless symbol patterns it does not bind any variable. | 376 | one, but unlike symbol patterns it does not bind any variable. |
| 377 | @item (pred @var{pred}) | 377 | @item (pred @var{pred}) |
| 378 | This pattern matches if the function @var{pred} returns non-@code{nil} when | 378 | This pattern matches if the function @var{pred} returns non-@code{nil} when |
| 379 | called with the object being matched. | 379 | called 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},@* | |||
| 97 | This is the @cite{GNU Emacs Lisp Reference Manual} | 97 | This is the @cite{GNU Emacs Lisp Reference Manual} |
| 98 | @end ifnottex | 98 | @end ifnottex |
| 99 | corresponding to Emacs version @value{EMACSVER}. | 99 | corresponding 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> | ||
| 104 | For information on using Emacs, refer to | ||
| 105 | the <a href="/software/emacs/manual/html_node/emacs/index.html">Emacs | ||
| 106 | Manual</a>.<br> To view this manual in other formats, | ||
| 107 | click <a href="/software/emacs/manual/elisp.html">here</a>. | ||
| 108 | @end html | ||
| 109 | @end ifset | ||
| 100 | 110 | ||
| 101 | Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc. | 111 | Copyright @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 @@ | |||
| 1 | 2013-03-15 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Sync with Tramp 2.2.7. | ||
| 4 | |||
| 5 | * trampver.texi: Update release number. | ||
| 6 | |||
| 7 | 2013-03-09 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 8 | |||
| 9 | * calc.texi (Basic Operations on Units): Streamline some | ||
| 10 | descriptions. | ||
| 11 | |||
| 1 | 2013-03-08 Glenn Morris <rgm@gnu.org> | 12 | 2013-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 | ||
| 27860 | If the units you request are inconsistent with the original units, the | 27860 | If the units you request are inconsistent with the original units, the |
| 27861 | number will be converted into your units times whatever ``remainder'' | 27861 | number will be converted into your units times whatever ``remainder'' |
| 27862 | units are left over. For example, converting @samp{55 mph} into acres | 27862 | units are left over. (This can be disabled; @pxref{Customizing Calc}.) |
| 27863 | For example, converting @samp{55 mph} into acres | ||
| 27863 | produces @samp{6.08e-3 acre / m s}. (Recall that multiplication binds | 27864 | produces @samp{6.08e-3 acre / m s}. (Recall that multiplication binds |
| 27864 | more strongly than division in Calc formulas, so the units here are | 27865 | more strongly than division in Calc formulas, so the units here are |
| 27865 | acres per meter-second.) Remainder units are expressed in terms of | 27866 | acres 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}. | |||
| 27875 | The ``remainder unit'' @samp{cm} is left alone rather than being | 27876 | The ``remainder unit'' @samp{cm} is left alone rather than being |
| 27876 | changed to the base unit @samp{m}. | 27877 | changed to the base unit @samp{m}. |
| 27877 | 27878 | ||
| 27878 | If you want to disallow using inconsistent units, you can set the | ||
| 27879 | customizable variable @code{calc-ensure-consistent-units} to @code{t} | ||
| 27880 | (@pxref{Customizing Calc}). In this case, if you request units which | ||
| 27881 | are inconsistent with the original units, you will be warned about it | ||
| 27882 | and no conversion will occur. | ||
| 27883 | |||
| 27884 | You can use explicit unit conversion instead of the @kbd{u s} command | 27879 | You can use explicit unit conversion instead of the @kbd{u s} command |
| 27885 | to gain more control over the units of the result of an expression. | 27880 | to gain more control over the units of the result of an expression. |
| 27886 | For example, given @samp{5 m + 23 mm}, you can type @kbd{u c m} or | 27881 | For 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 | |||
| 27916 | to have, then for the new units. (If the value on the stack can be | 27911 | to have, then for the new units. (If the value on the stack can be |
| 27917 | simplified so that it doesn't contain any units, like @samp{ft/in} can | 27912 | simplified so that it doesn't contain any units, like @samp{ft/in} can |
| 27918 | be simplified to 12, then @kbd{u c} will still prompt for both old | 27913 | be simplified to 12, then @kbd{u c} will still prompt for both old |
| 27919 | units and new units. You can ignore the prompt for old units with | 27914 | units and new units. This can be disabled; @pxref{Customizing Calc}.) |
| 27920 | @key{RET}, or turn off the prompt by setting the customizable variable | 27915 | Assuming the old and new units you give are consistent with each |
| 27921 | @code{calc-allow-units-as-numbers} to @code{nil}; | 27916 | other, 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 |
| 27923 | consistent with each other, the result also will not contain any | 27918 | stack to 5.08. |
| 27924 | units. For example, @kbd{@w{u c} cm @key{RET} in @key{RET}} converts | ||
| 27925 | the 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 |