diff options
| author | Andreas Schwab | 2013-01-06 11:34:26 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2013-01-06 11:34:26 +0100 |
| commit | 7b08ccf715fda40ab501bbecad4a82eab0d4f792 (patch) | |
| tree | d2357261d7eb6bfa7ce1f8c0d5f8023916b325de | |
| parent | 04c48b1409e866b125f7a40d79b3cdd3c5b065fd (diff) | |
| download | emacs-7b08ccf715fda40ab501bbecad4a82eab0d4f792.tar.gz emacs-7b08ccf715fda40ab501bbecad4a82eab0d4f792.zip | |
* org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
@item argument.
(Property searches): Use \\ instead of @backslashchar{}.
* pgg.texi (VERSION): Move @set below @setfilename.
| -rw-r--r-- | doc/misc/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/misc/org.texi | 4 | ||||
| -rw-r--r-- | doc/misc/pgg.texi | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a71745f6258..0e9522075c6 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-01-06 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in | ||
| 4 | @item argument. | ||
| 5 | (Property searches): Use \\ instead of @backslashchar{}. | ||
| 6 | * pgg.texi (VERSION): Move @set below @setfilename. | ||
| 7 | |||
| 1 | 2013-01-05 Andreas Schwab <schwab@linux-m68k.org> | 8 | 2013-01-05 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 9 | ||
| 3 | * ada-mode.texi: Remove braces from @title argument. | 10 | * ada-mode.texi: Remove braces from @title argument. |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index bea130ccb43..47ee0954671 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -3027,7 +3027,7 @@ lines will be left alone by this command. | |||
| 3027 | Selects this line for global recalculation with @kbd{C-u C-c *}, but | 3027 | Selects this line for global recalculation with @kbd{C-u C-c *}, but |
| 3028 | not for automatic recalculation. Use this when automatic | 3028 | not for automatic recalculation. Use this when automatic |
| 3029 | recalculation slows down editing too much. | 3029 | recalculation slows down editing too much. |
| 3030 | @item @ | 3030 | @item @w{ } |
| 3031 | Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}. | 3031 | Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}. |
| 3032 | All lines that should be recalculated should be marked with @samp{#} | 3032 | All lines that should be recalculated should be marked with @samp{#} |
| 3033 | or @samp{*}. | 3033 | or @samp{*}. |
| @@ -5050,7 +5050,7 @@ FILE @r{The filename the entry is located in.} | |||
| 5050 | To create sparse trees and special lists with selection based on properties, | 5050 | To create sparse trees and special lists with selection based on properties, |
| 5051 | the same commands are used as for tag searches (@pxref{Tag searches}). | 5051 | the same commands are used as for tag searches (@pxref{Tag searches}). |
| 5052 | @table @kbd | 5052 | @table @kbd |
| 5053 | @orgcmdkkc{C-c / m,C-c @backslashchar{},org-match-sparse-tree} | 5053 | @orgcmdkkc{C-c / m,C-c \\,org-match-sparse-tree} |
| 5054 | Create a sparse tree with all matching entries. With a | 5054 | Create a sparse tree with all matching entries. With a |
| 5055 | @kbd{C-u} prefix argument, ignore headlines that are not a TODO line. | 5055 | @kbd{C-u} prefix argument, ignore headlines that are not a TODO line. |
| 5056 | @orgcmd{C-c a m,org-tags-view} | 5056 | @orgcmd{C-c a m,org-tags-view} |
diff --git a/doc/misc/pgg.texi b/doc/misc/pgg.texi index bb40a9f541d..a18a22e649f 100644 --- a/doc/misc/pgg.texi +++ b/doc/misc/pgg.texi | |||
| @@ -2,9 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | @include gnus-overrides.texi | 3 | @include gnus-overrides.texi |
| 4 | 4 | ||
| 5 | @set VERSION 0.1 | ||
| 6 | |||
| 7 | @setfilename ../../info/pgg | 5 | @setfilename ../../info/pgg |
| 6 | |||
| 7 | @set VERSION 0.1 | ||
| 8 | @settitle PGG @value{VERSION} | 8 | @settitle PGG @value{VERSION} |
| 9 | 9 | ||
| 10 | @copying | 10 | @copying |