diff options
| author | Glenn Morris | 2011-02-27 17:07:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-27 17:07:29 -0800 |
| commit | 2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb (patch) | |
| tree | b924eb1c22ab3bce643676162ef039f250782661 /doc | |
| parent | df7f0d0b10ce31a6f1a8b7e979e120c695699d5a (diff) | |
| parent | d1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff) | |
| download | emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.tar.gz emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.zip | |
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/search.texi | 6 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 16 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/dbus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/semantic.texi | 2 |
7 files changed, 33 insertions, 9 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index f113a7987c1..7a9c3ae3a47 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-02-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * search.texi (Regexp Search): Move index entries about regexps to the | ||
| 4 | "Regexps" node. Add index entries for regexp search. (Bug#8096) | ||
| 5 | |||
| 1 | 2011-02-19 Glenn Morris <rgm@gnu.org> | 6 | 2011-02-19 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * dired.texi (Dired): Dired-X version number was dropped. | 8 | * dired.texi (Dired): Dired-X version number was dropped. |
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index df0579ab9ea..e3c0445e189 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -468,8 +468,8 @@ apply to the lazy highlight, which always matches whole words. | |||
| 468 | 468 | ||
| 469 | @node Regexp Search | 469 | @node Regexp Search |
| 470 | @section Regular Expression Search | 470 | @section Regular Expression Search |
| 471 | @cindex regular expression | 471 | @cindex regexp search |
| 472 | @cindex regexp | 472 | @cindex search for a regular expression |
| 473 | 473 | ||
| 474 | A @dfn{regular expression} (or @dfn{regexp} for short) is a pattern | 474 | A @dfn{regular expression} (or @dfn{regexp} for short) is a pattern |
| 475 | that denotes a class of alternative strings to match. GNU Emacs | 475 | that denotes a class of alternative strings to match. GNU Emacs |
| @@ -543,6 +543,8 @@ Search}. | |||
| 543 | @node Regexps | 543 | @node Regexps |
| 544 | @section Syntax of Regular Expressions | 544 | @section Syntax of Regular Expressions |
| 545 | @cindex syntax of regexps | 545 | @cindex syntax of regexps |
| 546 | @cindex regular expression | ||
| 547 | @cindex regexp | ||
| 546 | 548 | ||
| 547 | This manual describes regular expression features that users | 549 | This manual describes regular expression features that users |
| 548 | typically use. @xref{Regular Expressions,,, elisp, The Emacs Lisp | 550 | typically use. @xref{Regular Expressions,,, elisp, The Emacs Lisp |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e0df108f8b6..c8925715f74 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-02-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * variables.texi (Directory Local Variables): Mention the optional | ||
| 4 | mtime argument of dir-locals-set-directory-class. (Bug#3577) | ||
| 5 | |||
| 1 | 2011-02-27 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-02-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * minibuf.texi (Minibuffer History): Clarify discussion of | 8 | * minibuf.texi (Minibuffer History): Clarify discussion of |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 0cdcaa84d58..c6af304416c 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1757,12 +1757,19 @@ recursively by following the above rules; @var{list} should be of one | |||
| 1757 | of the two forms accepted by this function in @var{variables}. | 1757 | of the two forms accepted by this function in @var{variables}. |
| 1758 | @end defun | 1758 | @end defun |
| 1759 | 1759 | ||
| 1760 | @defun dir-locals-set-directory-class directory class | 1760 | @defun dir-locals-set-directory-class directory class &optional mtime |
| 1761 | This function assigns @var{class} to all the files in @code{directory} | 1761 | This function assigns @var{class} to all the files in @code{directory} |
| 1762 | and its subdirectories. Thereafter, all the variable settings | 1762 | and its subdirectories. Thereafter, all the variable settings |
| 1763 | specified for @var{class} will be applied to any visited file in | 1763 | specified for @var{class} will be applied to any visited file in |
| 1764 | @var{directory} and its children. @var{class} must have been already | 1764 | @var{directory} and its children. @var{class} must have been already |
| 1765 | defined by @code{dir-locals-set-class-variables} | 1765 | defined by @code{dir-locals-set-class-variables}. |
| 1766 | |||
| 1767 | Emacs uses this function internally when it loads directory variables | ||
| 1768 | from a @code{.dir-locals.el} file. In that case, the optional | ||
| 1769 | argument @var{mtime} holds the file modification time (as returned by | ||
| 1770 | @code{file-attributes}). Emacs uses this time to check stored | ||
| 1771 | local variables are still valid. If you are assigning a class | ||
| 1772 | directly, not via a file, this argument should be @code{nil}. | ||
| 1766 | @end defun | 1773 | @end defun |
| 1767 | 1774 | ||
| 1768 | @defvar dir-locals-class-alist | 1775 | @defvar dir-locals-class-alist |
| @@ -1772,8 +1779,9 @@ settings. It is updated by @code{dir-locals-set-class-variables}. | |||
| 1772 | 1779 | ||
| 1773 | @defvar dir-locals-directory-cache | 1780 | @defvar dir-locals-directory-cache |
| 1774 | This alist holds directory names, their assigned class names, and | 1781 | This alist holds directory names, their assigned class names, and |
| 1775 | modification times of the associated directory local variables file. | 1782 | modification times of the associated directory local variables file |
| 1776 | It is updated by @code{dir-locals-set-directory-class}. | 1783 | (if there is one). The function @code{dir-locals-set-directory-class} |
| 1784 | updates this list. | ||
| 1777 | @end defvar | 1785 | @end defvar |
| 1778 | 1786 | ||
| 1779 | @node Frame-Local Variables | 1787 | @node Frame-Local Variables |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 6f4f86978da..0e6726b08ba 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * dbus.texi (Type Conversion): Grammar fix. | ||
| 4 | |||
| 1 | 2011-02-23 Michael Albinus <michael.albinus@gmx.de> | 5 | 2011-02-23 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and | 7 | * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and |
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index ad202f963aa..e6fb00d3482 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi | |||
| @@ -893,10 +893,10 @@ applied, when the corresponding D-Bus message is created: | |||
| 893 | @end example | 893 | @end example |
| 894 | 894 | ||
| 895 | Other Lisp objects, like symbols or hash tables, are not accepted as | 895 | Other Lisp objects, like symbols or hash tables, are not accepted as |
| 896 | input parameter. | 896 | input parameters. |
| 897 | 897 | ||
| 898 | If it is necessary to use another D-Bus type, a corresponding type | 898 | If it is necessary to use another D-Bus type, a corresponding type |
| 899 | symbol can be preceeded to the corresponding Lisp object. Basic D-Bus | 899 | symbol can be prepended to the corresponding Lisp object. Basic D-Bus |
| 900 | types are represented by the type symbols @code{:byte}, | 900 | types are represented by the type symbols @code{:byte}, |
| 901 | @code{:boolean}, @code{:int16}, @code{:uint16}, @code{:int32}, | 901 | @code{:boolean}, @code{:int16}, @code{:uint16}, @code{:int32}, |
| 902 | @code{:uint32}, @code{:int64}, @code{:uint64}, @code{:double}, | 902 | @code{:uint32}, @code{:int64}, @code{:uint64}, @code{:double}, |
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi index 52434f4a6e4..f3f11d29f17 100644 --- a/doc/misc/semantic.texi +++ b/doc/misc/semantic.texi | |||
| @@ -64,7 +64,7 @@ developing GNU and promoting software freedom.'' | |||
| 64 | @macro obsolete{old,new} | 64 | @macro obsolete{old,new} |
| 65 | @sp 1 | 65 | @sp 1 |
| 66 | @strong{Compatibility}: | 66 | @strong{Compatibility}: |
| 67 | @code{\new\} introduced in @semantic{} version 2.0 supercedes | 67 | @code{\new\} introduced in @semantic{} version 2.0 supersedes |
| 68 | @code{\old\} which is now obsolete. | 68 | @code{\old\} which is now obsolete. |
| 69 | @end macro | 69 | @end macro |
| 70 | 70 | ||