diff options
| author | Chong Yidong | 2012-05-14 19:59:28 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-05-14 19:59:28 +0800 |
| commit | e18afed7d695edac870ddf55aabc85c0a95a4b5f (patch) | |
| tree | 81dfa2c4b4cbc9014cb621f20eb2c5b173823a66 /doc/misc | |
| parent | ac9f0b75eb3a7fb50226cda2cfa1980c2df2b429 (diff) | |
| parent | c8fb9dc689cdd9facc56d7220bdf3bb5864231f0 (diff) | |
| download | emacs-e18afed7d695edac870ddf55aabc85c0a95a4b5f.tar.gz emacs-e18afed7d695edac870ddf55aabc85c0a95a4b5f.zip | |
Merge from emacs-24; up to 2012-04-22T13:58:00Z!cyd@gnu.org
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 2 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 23 |
3 files changed, 20 insertions, 12 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 915e85a3e68..812ec0214b0 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-05-12 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * cc-mode.texi: Avoid space before macro in 4th argument of cross | ||
| 4 | reference commands. (Bug#11461) | ||
| 5 | |||
| 6 | * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi. | ||
| 7 | |||
| 1 | 2012-05-12 Glenn Morris <rgm@gnu.org> | 8 | 2012-05-12 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * Makefile.in (mostlyclean): Add more TeX intermediates. | 10 | * Makefile.in (mostlyclean): Add more TeX intermediates. |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 0c0a4e07b68..c3bbfbb02ad 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -415,7 +415,7 @@ $(infodir)/gnus$(INFO_EXT): ${srcdir}/gnus.texi ${srcdir}/gnus-faq.texi | |||
| 415 | gnus.dvi: ${srcdir}/gnus.texi ${srcdir}/gnus-faq.texi | 415 | gnus.dvi: ${srcdir}/gnus.texi ${srcdir}/gnus-faq.texi |
| 416 | sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi | 416 | sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi |
| 417 | $(ENVADD) $(TEXI2DVI) gnustmp.texi | 417 | $(ENVADD) $(TEXI2DVI) gnustmp.texi |
| 418 | cp gnustmp.dvi $*.dvi | 418 | cp gnustmp.dvi $@ |
| 419 | rm gnustmp.* | 419 | rm gnustmp.* |
| 420 | gnus.pdf: ${srcdir}/gnus.texi ${srcdir}/gnus-faq.texi | 420 | gnus.pdf: ${srcdir}/gnus.texi ${srcdir}/gnus-faq.texi |
| 421 | sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi | 421 | sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 58420bbd99c..8c574be8f2a 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -701,7 +701,7 @@ in some circumstances---@code{c-insert-tab-function} then defines | |||
| 701 | precisely what sort of ``whitespace'' this will be. Set the standard | 701 | precisely what sort of ``whitespace'' this will be. Set the standard |
| 702 | Emacs variable @code{indent-tabs-mode} to @code{t} if you want real | 702 | Emacs variable @code{indent-tabs-mode} to @code{t} if you want real |
| 703 | @samp{tab} characters to be used in the indentation, to @code{nil} if | 703 | @samp{tab} characters to be used in the indentation, to @code{nil} if |
| 704 | you want only spaces. @xref{Just Spaces,,, @emacsman{}, | 704 | you want only spaces. @xref{Just Spaces,,,@emacsman{}, |
| 705 | @emacsmantitle{}}. | 705 | @emacsmantitle{}}. |
| 706 | 706 | ||
| 707 | @defopt c-tab-always-indent | 707 | @defopt c-tab-always-indent |
| @@ -1058,8 +1058,8 @@ set this up for you, so you probably won't have to bother. | |||
| 1058 | @cindex Auto Fill mode | 1058 | @cindex Auto Fill mode |
| 1059 | @cindex paragraph filling | 1059 | @cindex paragraph filling |
| 1060 | Line breaks are by default handled (almost) the same regardless of | 1060 | Line breaks are by default handled (almost) the same regardless of |
| 1061 | whether they are made by auto fill mode (@pxref{Auto Fill,,, | 1061 | whether they are made by auto fill mode (@pxref{Auto |
| 1062 | @emacsman{}, @emacsmantitle{}}), by paragraph filling (e.g. with | 1062 | Fill,,,@emacsman{}, @emacsmantitle{}}), by paragraph filling (e.g. with |
| 1063 | @kbd{M-q}), or explicitly with @kbd{M-j} or similar methods. In | 1063 | @kbd{M-q}), or explicitly with @kbd{M-j} or similar methods. In |
| 1064 | string literals, the new line gets the same indentation as the | 1064 | string literals, the new line gets the same indentation as the |
| 1065 | previous nonempty line.@footnote{You can change this default by | 1065 | previous nonempty line.@footnote{You can change this default by |
| @@ -1402,7 +1402,7 @@ continuation of the preceding @code{if}. | |||
| 1402 | @vindex abbrev-mode | 1402 | @vindex abbrev-mode |
| 1403 | @findex abbrev-mode | 1403 | @findex abbrev-mode |
| 1404 | @cindex Abbrev mode | 1404 | @cindex Abbrev mode |
| 1405 | @ccmode{} uses Abbrev mode (@pxref{Abbrevs,,, @emacsman{}, @emacsmantitle{}}) | 1405 | @ccmode{} uses Abbrev mode (@pxref{Abbrevs,,,@emacsman{}, @emacsmantitle{}}) |
| 1406 | to accomplish this. It's therefore turned on by default in all language | 1406 | to accomplish this. It's therefore turned on by default in all language |
| 1407 | modes except IDL mode, since CORBA IDL doesn't have any statements. | 1407 | modes except IDL mode, since CORBA IDL doesn't have any statements. |
| 1408 | @end deffn | 1408 | @end deffn |
| @@ -2295,14 +2295,14 @@ to create them. | |||
| 2295 | A @dfn{file local variable setting} is a setting which applies to an | 2295 | A @dfn{file local variable setting} is a setting which applies to an |
| 2296 | individual source file. You put this in a @dfn{local variables list}, | 2296 | individual source file. You put this in a @dfn{local variables list}, |
| 2297 | a special block at the end of the source file (@pxref{Specifying File | 2297 | a special block at the end of the source file (@pxref{Specifying File |
| 2298 | Variables,,, @emacsman{}}). | 2298 | Variables,,,@emacsman{}}). |
| 2299 | 2299 | ||
| 2300 | @item File Styles | 2300 | @item File Styles |
| 2301 | A @dfn{file style} is a rarely used variant of the ``style'' mechanism | 2301 | A @dfn{file style} is a rarely used variant of the ``style'' mechanism |
| 2302 | described above, which applies to an individual source file. | 2302 | described above, which applies to an individual source file. |
| 2303 | @xref{File Styles}. You use this by setting certain special variables | 2303 | @xref{File Styles}. You use this by setting certain special variables |
| 2304 | in a local variables list (@pxref{Specifying File Variables,,, | 2304 | in a local variables list (@pxref{Specifying File |
| 2305 | @emacsman{}}). | 2305 | Variables,,,@emacsman{}}). |
| 2306 | 2306 | ||
| 2307 | @item Hooks with Styles | 2307 | @item Hooks with Styles |
| 2308 | For ultimate flexibility, you can use hooks and styles together. For | 2308 | For ultimate flexibility, you can use hooks and styles together. For |
| @@ -2897,7 +2897,7 @@ these offsets or the parent style name. | |||
| 2897 | 2897 | ||
| 2898 | The Emacs manual describes how you can customize certain variables on a | 2898 | The Emacs manual describes how you can customize certain variables on a |
| 2899 | per-file basis by including a @dfn{file local variable} block at the end | 2899 | per-file basis by including a @dfn{file local variable} block at the end |
| 2900 | of the file (@pxref{File Variables,, Local Variables in Files, @emacsman{}, | 2900 | of the file (@pxref{File Variables,, Local Variables in Files,@emacsman{}, |
| 2901 | @emacsmantitle{}}). | 2901 | @emacsmantitle{}}). |
| 2902 | 2902 | ||
| 2903 | So far, you've only seen a functional interface for setting styles in | 2903 | So far, you've only seen a functional interface for setting styles in |
| @@ -3139,8 +3139,9 @@ results in the current implementation. | |||
| 3139 | @end defopt | 3139 | @end defopt |
| 3140 | 3140 | ||
| 3141 | @vindex comment-multi-line | 3141 | @vindex comment-multi-line |
| 3142 | If inside a comment and @code{comment-multi-line} (@pxref{Auto Fill,,, | 3142 | If inside a comment and @code{comment-multi-line} (@pxref{Auto |
| 3143 | @emacsman{}, @emacsmantitle{}} is non-@code{nil}, the indentation and | 3143 | Fill,,,@emacsman{}, @emacsmantitle{}} is non-@code{nil}, the |
| 3144 | indentation and | ||
| 3144 | line prefix are preserved. If inside a comment and | 3145 | line prefix are preserved. If inside a comment and |
| 3145 | @code{comment-multi-line} is @code{nil}, a new comment of the same | 3146 | @code{comment-multi-line} is @code{nil}, a new comment of the same |
| 3146 | type is started on the next line and indented as appropriate for | 3147 | type is started on the next line and indented as appropriate for |
| @@ -6771,7 +6772,7 @@ The stuff that didn't fit in anywhere else is documented here. | |||
| 6771 | Controls whether a final newline is enforced when the file is saved. | 6772 | Controls whether a final newline is enforced when the file is saved. |
| 6772 | The value is an association list that for each language mode specifies | 6773 | The value is an association list that for each language mode specifies |
| 6773 | the value to give to @code{require-final-newline} (@pxref{Saving | 6774 | the value to give to @code{require-final-newline} (@pxref{Saving |
| 6774 | Buffers,,, @lispref{}, @lispreftitle{}}) at mode initialization. If a | 6775 | Buffers,,,@lispref{}, @lispreftitle{}}) at mode initialization. If a |
| 6775 | language isn't present on the association list, CC Mode won't touch | 6776 | language isn't present on the association list, CC Mode won't touch |
| 6776 | @code{require-final-newline} in buffers for that language. | 6777 | @code{require-final-newline} in buffers for that language. |
| 6777 | 6778 | ||