diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-17 11:01:01 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-17 11:01:01 -0800 |
commit | a3e44e793796153ff1534be9c74fcab50b45de30 (patch) | |
tree | 863d5db087c8e034c96d06ea955515f4d3f3d0a3 /doc/lispref | |
parent | 7f818df9420a1320539f7e3e633003573a570413 (diff) | |
parent | 721be9cd4865e9f7d68020adcfa672d2edd52b07 (diff) | |
download | emacs-a3e44e793796153ff1534be9c74fcab50b45de30.tar.gz emacs-a3e44e793796153ff1534be9c74fcab50b45de30.tar.bz2 emacs-a3e44e793796153ff1534be9c74fcab50b45de30.zip |
Merge from mainline.
Diffstat (limited to 'doc/lispref')
55 files changed, 26 insertions, 238 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6a51b3f506b..40481acec12 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,13 @@ +2011-01-15 Chong Yidong <cyd@stupidchicken.com> + + * files.texi (Directory Names): Move directory-abbrev-alist doc to + Emacs manual. + +2011-01-15 Eli Zaretskii <eliz@gnu.org> + + * files.texi (Directory Names): Explain why FROM in + directory-abbrev-alist should begin with \`. (Bug#7777) + 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca> * loading.texi (Hooks for Loading): Adjust doc of eval-after-load. diff --git a/doc/lispref/abbrevs.texi b/doc/lispref/abbrevs.texi index dcc3c57663b..00232b36f48 100644 --- a/doc/lispref/abbrevs.texi +++ b/doc/lispref/abbrevs.texi @@ -512,7 +512,3 @@ added to the table. @end table - -@ignore - arch-tag: 5ffdbe08-2cd4-48ec-a5a8-080f95756eec -@end ignore diff --git a/doc/lispref/advice.texi b/doc/lispref/advice.texi index 544a6a211eb..b4a6862e19b 100644 --- a/doc/lispref/advice.texi +++ b/doc/lispref/advice.texi @@ -777,7 +777,3 @@ pieces of advice is the same. The only difference is that executed even if some previous piece of advice had an error or a non-local exit. If any around-advice is protected, then the whole around-advice onion is protected as a result. - -@ignore - arch-tag: 80c135c2-f1c3-4f8d-aa85-f8d8770d307f -@end ignore diff --git a/doc/lispref/anti.texi b/doc/lispref/anti.texi index 7c5df41158b..1fa604edbcc 100644 --- a/doc/lispref/anti.texi +++ b/doc/lispref/anti.texi @@ -154,7 +154,3 @@ Many variables have been removed, including @code{read-circle}, @code{inhibit-changing-match-data}, @code{wrap-prefix}, and @code{line-prefix}, @end itemize - -@ignore - arch-tag: 1d0ef137-2bad-430e-ae8e-d820d569b5a6 -@end ignore diff --git a/doc/lispref/back.texi b/doc/lispref/back.texi index 373da7b1e12..5bfc57c99dd 100644 --- a/doc/lispref/back.texi +++ b/doc/lispref/back.texi @@ -36,7 +36,3 @@ are peculiar to Emacs Lisp or relate specifically to editing. @hfil @bye - -@ignore - arch-tag: ac7694c8-1f02-4b42-9531-33ba13b179e1 -@end ignore diff --git a/doc/lispref/backups.texi b/doc/lispref/backups.texi index e196ce03962..813ddf50378 100644 --- a/doc/lispref/backups.texi +++ b/doc/lispref/backups.texi @@ -752,7 +752,3 @@ This normal hook is run by @code{revert-buffer} after inserting the modified contents---but only if @code{revert-buffer-function} is @code{nil}. @end defvar - -@ignore - arch-tag: 295a6321-e5ab-46d5-aef5-0bb4f447a67f -@end ignore diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 64d10fa4a2d..9c8072ad6b0 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi @@ -1,7 +1,8 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +@c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/buffers @node Buffers, Windows, Backups and Auto-Saving, Top diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 29e104c769e..6d078713f24 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -3386,7 +3386,3 @@ This normal hook (@pxref{Standard Hooks}) is run when a keyboard macro terminates, regardless of what caused it to terminate (reaching the macro end or an error which ended the macro prematurely). @end defvar - -@ignore - arch-tag: e34944ad-7d5c-4980-be00-36a5fe54d4b1 -@end ignore diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 3b4897336e4..562df191dae 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -790,7 +790,3 @@ The @code{silly-loop} function is somewhat more complex: @end group @end example - -@ignore - arch-tag: f78e3050-2f0a-4dee-be27-d9979a0a2289 -@end ignore diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index f3da3ccd341..3371773b399 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -1319,7 +1319,3 @@ quit, and the quit happens immediately after the function @code{ftp-setup-buffer} returns but before the variable @code{process} is set, the process will not be killed. There is no easy way to fix this bug, but at least it is very unlikely. - -@ignore - arch-tag: 8abc30d4-4d3a-47f9-b908-e9e971c18c6d -@end ignore diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 8ce523dda2e..1d68dee4ea8 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -1282,7 +1282,3 @@ the inferior widgets will convert @emph{their} inferior widgets. If the data structure is itself recursive, this conversion is an infinite recursion. The @code{lazy} widget prevents the recursion: it convert its @code{:type} argument only when needed. - -@ignore - arch-tag: d1b8fad3-f48c-4ce4-a402-f73b5ef19bd2 -@end ignore diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 13ebbabbb9a..cc4c280ee48 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi @@ -817,7 +817,3 @@ the error. successfully, then point is located at the end of the form. In this case, this technique can't localize the error precisely, but can still show you which function to check. - -@ignore - arch-tag: ddc57378-b0e6-4195-b7b6-43f8777395a7 -@end ignore diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 7c7db8a0eb8..34d81068916 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -5954,7 +5954,3 @@ This hook is used for internal purposes: setting up communication with the window system, and creating the initial window. Users should not interfere with it. @end defvar - -@ignore - arch-tag: ffdf5714-7ecf-415b-9023-fbc6b409c2c6 -@end ignore diff --git a/doc/lispref/doclicense.texi b/doc/lispref/doclicense.texi index 9adddffba98..0c2d47827a9 100644 --- a/doc/lispref/doclicense.texi +++ b/doc/lispref/doclicense.texi @@ -508,7 +508,3 @@ to permit their use in free software. @c Local Variables: @c ispell-local-pdict: "ispell-dict" @c End: - -@ignore - arch-tag: 9014cf6e-f3c4-401d-b8da-4fe52723984c -@end ignore diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index cd2c128696d..18625f1fed8 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi @@ -1588,7 +1588,3 @@ If non-@code{nil}, an expression to test for at every stop point. If the result is non-@code{nil}, then break. Errors are ignored. @xref{Global Break Condition}. @end defopt - -@ignore - arch-tag: 74842db8-019f-4818-b5a4-b2de878e57fd -@end ignore diff --git a/doc/lispref/elisp-covers.texi b/doc/lispref/elisp-covers.texi index f7d1eaae028..c19cf5c00a0 100644 --- a/doc/lispref/elisp-covers.texi +++ b/doc/lispref/elisp-covers.texi @@ -251,7 +251,3 @@ @end titlepage @bye - -@ignore - arch-tag: 02d65d63-3b64-49bc-a5c0-bfd5eabb6c98 -@end ignore diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index 1ec1029b96d..669739cd01e 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi @@ -203,7 +203,3 @@ This is a subcategory of @code{domain-error}.@* This is a subcategory of @code{domain-error}.@* @xref{Math Functions}. @end table - -@ignore - arch-tag: 717c6048-5d9d-4c7d-9a62-df57390b6f19 -@end ignore diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi index d5d271c1ad6..6e3b1e18c16 100644 --- a/doc/lispref/eval.texi +++ b/doc/lispref/eval.texi @@ -748,7 +748,3 @@ particular elements, like this: @end group @end example @end defvar - -@ignore - arch-tag: f723a4e0-31b3-453f-8afc-0bf8fd276d57 -@end ignore diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index e2d22033a0e..0dd876251a9 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -1906,51 +1906,22 @@ Don't try concatenating a slash by hand, as in because this is not portable. Always use @code{file-name-as-directory}. -@cindex directory name abbreviation - Directory name abbreviations are useful for directories that are -normally accessed through symbolic links. Sometimes the users recognize -primarily the link's name as ``the name'' of the directory, and find it -annoying to see the directory's ``real'' name. If you define the link -name as an abbreviation for the ``real'' name, Emacs shows users the -abbreviation instead. - -@defopt directory-abbrev-alist -The variable @code{directory-abbrev-alist} contains an alist of -abbreviations to use for file directories. Each element has the form -@code{(@var{from} . @var{to})}, and says to replace @var{from} with -@var{to} when it appears in a directory name. The @var{from} string is -actually a regular expression; it ought to always start with @samp{\`}. -The @var{to} string should be an ordinary absolute directory name. Do -not use @samp{~} to stand for a home directory in that string. The -function @code{abbreviate-file-name} performs these substitutions. - -You can set this variable in @file{site-init.el} to describe the -abbreviations appropriate for your site. - -Here's an example, from a system on which file system @file{/home/fsf} -and so on are normally accessed through symbolic links named @file{/fsf} -and so on. - -@example -(("\\`/home/fsf" . "/fsf") - ("\\`/home/gp" . "/gp") - ("\\`/home/gd" . "/gd")) -@end example -@end defopt - To convert a directory name to its abbreviation, use this function: @defun abbreviate-file-name filename @anchor{Definition of abbreviate-file-name} -This function applies abbreviations from @code{directory-abbrev-alist} -to its argument, and also substitutes @samp{~} for the user's home -directory if the argument names a file in the home directory or one of -its subdirectories. (If the home directory is a root directory, it is -not replaced with @samp{~}, because this does not make the result -shorter on many systems.) You can use it for directory names and for -file names, because it recognizes abbreviations even as part of the -name. +This function returns an abbreviated form of @var{filename}. It +applies the abbreviations specified in @code{directory-abbrev-alist} +(@pxref{File Aliases,,File Aliases, emacs, The GNU Emacs Manual}), +then substitutes @samp{~} for the user's home directory if the +argument names a file in the home directory or one of its +subdirectories. If the home directory is a root directory, it is not +replaced with @samp{~}, because this does not make the result shorter +on many systems. + +You can use this function for directory names and for file names, +because it recognizes abbreviations even as part of the name. @end defun @node File Name Expansion @@ -3187,7 +3158,3 @@ will produce good, general extensions we can install in Emacs. names or values---because a program that general is probably difficult to write, and slow. Instead, choose a set of possible data types that are reasonably flexible, and not too hard to encode. - -@ignore - arch-tag: 141f74ce-6ae3-40dc-a6c4-ef83fc4ec35c -@end ignore diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 8318f2c7b74..0d83aadbcd2 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -2477,7 +2477,3 @@ The functions @code{x-pixel-width} and @code{x-pixel-height} return the width and height of an X Window frame, measured in pixels. @end ignore - -@ignore - arch-tag: 94977df6-3dca-4730-b57b-c6329e9282ba -@end ignore diff --git a/doc/lispref/front-cover-1.texi b/doc/lispref/front-cover-1.texi index 5c9f4351f42..56d0f2b1c2d 100644 --- a/doc/lispref/front-cover-1.texi +++ b/doc/lispref/front-cover-1.texi @@ -50,7 +50,3 @@ @end titlepage @bye - -@ignore - arch-tag: 5182b306-c403-4e4f-ba24-e1911bc6da9d -@end ignore diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 198cc1a1ae6..e704f928589 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -1510,7 +1510,3 @@ See @ref{Mapping Functions}. @item undefined See @ref{Functions for Key Lookup}. @end table - -@ignore - arch-tag: 39100cdf-8a55-4898-acba-595db619e8e2 -@end ignore diff --git a/doc/lispref/gpl.texi b/doc/lispref/gpl.texi index 163af4627bb..244f3330d44 100644 --- a/doc/lispref/gpl.texi +++ b/doc/lispref/gpl.texi @@ -721,7 +721,3 @@ library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}. - -@ignore - arch-tag: d00ac830-e120-41fb-bbc5-7ca3eeaa227f -@end ignore diff --git a/doc/lispref/hash.texi b/doc/lispref/hash.texi index 82c172c753e..e1830b23014 100644 --- a/doc/lispref/hash.texi +++ b/doc/lispref/hash.texi @@ -355,7 +355,3 @@ This returns the rehash threshold of @var{table}. @defun hash-table-size table This returns the current nominal size of @var{table}. @end defun - -@ignore - arch-tag: 3b5107f9-d2f0-47d5-ad61-3498496bea0e -@end ignore diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 941956534cc..f010e6176fd 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi @@ -1,7 +1,8 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, -@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +@c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/help @node Documentation, Files, Modes, Top diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index c76634be453..7f371b22a9a 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -343,7 +343,3 @@ Manual}. @item write-region-annotate-functions @xref{Format Conversion}. @end table - -@ignore - arch-tag: 55fd0296-d906-4551-b300-979d3846aa88 -@end ignore diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index aba8cca80eb..cfb83cd659d 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -1400,7 +1400,3 @@ Symbol indicating the type of process: @code{real}, @code{network}, @code{serial} @end table - -@ignore - arch-tag: 4b2c33bc-d7e4-43f5-bc20-27c0db52a53e -@end ignore diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index 881ae942236..325799e77a5 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi @@ -546,7 +546,3 @@ Friedrich Pukelsheim, Arnold D. Robbins, Raul Rockwell, Jason Rumney, Per Starb@"ack, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding, Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn. - -@ignore - arch-tag: d156593f-82f8-4708-a844-204e48f7f2aa -@end ignore diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 6f0a953efe2..2c1b8aebbbf 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -2796,7 +2796,3 @@ menu of Shell mode, after the item @code{break}: [work] '("Work" . work-command) 'break) @end example @end defun - -@ignore - arch-tag: cfb87287-9364-4e46-9e93-6c2f7f6ae794 -@end ignore diff --git a/doc/lispref/lay-flat.texi b/doc/lispref/lay-flat.texi index 56e6c47990e..53f2c26f5c4 100644 --- a/doc/lispref/lay-flat.texi +++ b/doc/lispref/lay-flat.texi @@ -42,7 +42,3 @@ pushed or held down. @end tex @bye - -@ignore - arch-tag: 9e03a1c7-6f62-4346-85d9-ed5b79386e07 -@end ignore diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index 4435af43c8c..2cb7647cccc 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi @@ -1888,7 +1888,3 @@ use the ring as a first-in-first-out queue. For example: (ring-remove fifo))) @result{} (0 t one t "two") @end lisp - -@ignore - arch-tag: 31fb8a4e-4aa8-4a74-a206-aa00451394d4 -@end ignore diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index b7f430b88bb..5733df87d17 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -994,7 +994,3 @@ symbol, and the value is a list of forms. The forms are evaluated when the key matches the absolute true name or feature name of the library being loaded. @end defvar - -@ignore - arch-tag: df731f89-0900-4389-a436-9105241b6f7a -@end ignore diff --git a/doc/lispref/locals.texi b/doc/lispref/locals.texi index fff0594947c..fed639499c8 100644 --- a/doc/lispref/locals.texi +++ b/doc/lispref/locals.texi @@ -217,7 +217,3 @@ Used for communication between mouse commands and scroll-bar commands. @xref{Saving Buffers}. @end table - -@ignore - arch-tag: 6baae835-b667-4447-91e2-9829ae1cf543 -@end ignore diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index a74bcb17a52..2c4e3747b1b 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi @@ -732,7 +732,3 @@ indentation is being computed by @kbd{C-M-q}; if the value is a number, @kbd{C-M-q} need not recalculate indentation for the following lines until the end of the list. @end table - -@ignore - arch-tag: d4cce66d-1047-45c3-bfde-db6719d6e82b -@end ignore diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index 3314ec25c84..3e2172436f8 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi @@ -674,7 +674,3 @@ mark is active, and there's a valid region in the buffer. Commands that operate on the region (instead of on text near point) when there's an active mark should use this to test whether to do that. @end defun - -@ignore - arch-tag: b1ba2e7a-a0f3-4c5e-875c-7d8e22d73299 -@end ignore diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 0d907ea6532..728f613ed98 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi @@ -2202,7 +2202,3 @@ arrives, whichever comes first. If @var{args} is non-@code{nil}, the actual message is obtained by passing @var{string} and @var{args} through @code{format}. @xref{Formatting Strings}. @end defun - -@ignore - arch-tag: bba7f945-9078-477f-a2ce-18818a6e1218 -@end ignore diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 11898894dac..7ff8d6724c5 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -1921,7 +1921,3 @@ strings in the return value are decoded using @code{locale-coding-system}. @xref{Locales,,, libc, The GNU Libc Manual}, for more information about locales and locale items. @end defun - -@ignore - arch-tag: be705bf8-941b-4c35-84fc-ad7d20ddb7cb -@end ignore diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index b27d206eb49..360bd44fe01 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi @@ -1217,7 +1217,3 @@ On some machines, any integer representable in Lisp may be the result of @code{random}. On other machines, the result can never be larger than a certain maximum or less than a certain (negative) minimum. @end defun - -@ignore - arch-tag: 574e8dd2-d513-4616-9844-c9a27869782e -@end ignore diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 7b9603c3361..6cd746e59ce 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -2106,7 +2106,3 @@ that for two strings to be equal, they have the same text properties. @end group @end example @end defun - -@ignore - arch-tag: 9711a66e-4749-4265-9e8c-972d55b67096 -@end ignore diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index e5df6d967dd..194548d589c 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -2237,7 +2237,3 @@ be loaded through it. This variable is ignored if the given @var{library} is statically linked into Emacs. @end defvar - -@ignore - arch-tag: 8378814a-30d7-467c-9615-74a80b9988a7 -@end ignore diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi index 138f8d934e6..08b181599bc 100644 --- a/doc/lispref/package.texi +++ b/doc/lispref/package.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 2010 +@c Copyright (C) 2010, 2011 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/package diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index 0b5dcd44dd8..1cf09cbcbda 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi @@ -985,7 +985,3 @@ This is the contents of foo@point{} @end group @end example @end defspec - -@ignore - arch-tag: 56e8ff26-4ffe-4832-a141-7e991a2d0f87 -@end ignore diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 00b8f547f97..6e2b0670b1d 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -3018,7 +3018,3 @@ Fetching data from this structure: (bindat-get-field decoded 'item 1 'id) @result{} "BCDEFG" @end lisp - -@ignore - arch-tag: ba9da253-e65f-4e7f-b727-08fba0a1df7a -@end ignore diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 17dec5c8003..908b776a858 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -1831,7 +1831,3 @@ values of the variables @code{sentence-end-double-space} @code{sentence-end-without-period} and @code{sentence-end-without-space}. @end defun - -@ignore - arch-tag: c2573ca2-18aa-4839-93b8-924043ef831f -@end ignore diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 81a0c6b952e..69253eb9123 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -729,7 +729,3 @@ bv @noindent These results make sense because the binary codes for control-_ and control-W are 11111 and 10111, respectively. - -@ignore - arch-tag: fcf1084a-cd29-4adc-9f16-68586935b386 -@end ignore diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 39943372e2c..1fa6695bee8 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi @@ -837,7 +837,3 @@ variable. The string should hold a @samp{%}-specification to be used in the C function @code{sprintf}. For further restrictions on what you can use, see the variable's documentation string. @end defvar - -@ignore - arch-tag: 07636b8c-c4e3-4735-9e06-2e864320b434 -@end ignore diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index bb550346e9d..438619ff0de 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -1142,7 +1142,3 @@ This function makes @var{char} case-invariant, with syntax This command displays a description of the contents of the current buffer's case table. @end deffn - -@ignore - arch-tag: 700b8e95-7aa5-4b52-9eb3-8f2e1ea152b4 -@end ignore diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi index 257a2a4c9ac..d2884357d5e 100644 --- a/doc/lispref/symbols.texi +++ b/doc/lispref/symbols.texi @@ -590,7 +590,3 @@ between a missing property and a property with the value @code{nil}. The value is actually the tail of @var{plist} whose @code{car} is @var{property}. @end defun - -@ignore - arch-tag: 8750b7d2-de4c-4923-809a-d35fc39fd8ce -@end ignore diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 89fa440068e..8d91db01ad3 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi @@ -1192,7 +1192,3 @@ category table. It inserts the descriptions in a buffer, and then displays that buffer. If @var{buffer-or-name} is non-@code{nil}, it describes the category table of that buffer instead. @end deffn - -@ignore - arch-tag: 4d914e96-0283-445c-9233-75d33662908c -@end ignore diff --git a/doc/lispref/tindex.pl b/doc/lispref/tindex.pl index b1c65fcf2ce..ce2b54a8501 100755 --- a/doc/lispref/tindex.pl +++ b/doc/lispref/tindex.pl @@ -123,4 +123,3 @@ foreach $key (keys %removed) { print " $key\n"; } -# arch-tag: f8460df6-6bef-4c98-8555-e2c63a88b0fa diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index 8726625afed..634c7da353c 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -1115,7 +1115,3 @@ This is the @dfn{footer line}; it appears at the very end of the file. Its purpose is to enable people to detect truncated versions of the file from the lack of a footer line. @end table - -@ignore - arch-tag: 9ea911c2-6b1d-47dd-88b7-0a94e8b27c2e -@end ignore diff --git a/doc/lispref/two-volume.make b/doc/lispref/two-volume.make index edd23050287..3b7a581e519 100644 --- a/doc/lispref/two-volume.make +++ b/doc/lispref/two-volume.make @@ -221,4 +221,3 @@ elisp2-init: vol2.texi # You should have received a copy of the GNU General Public License # along with this file. If not, see <http://www.gnu.org/licenses/>. -# arch-tag: 5c258a2e-d4a9-4d0e-b279-fb3a6faa27eb diff --git a/doc/lispref/two.el b/doc/lispref/two.el index 339ec299dd4..1759d9c2930 100644 --- a/doc/lispref/two.el +++ b/doc/lispref/two.el @@ -76,5 +76,4 @@ This is for the *Elisp Ref Manual*." (defun volume-numbers-toc-markup-I () (volume-numbers-toc-markup "I")) (defun volume-numbers-toc-markup-II () (volume-numbers-toc-markup "II")) -;; arch-tag: 848955fe-e9cf-45e7-a2f1-570ef156d6a5 ;;; two.el ends here diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 2baf3895822..b7b5ebb4cef 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -1929,7 +1929,3 @@ Attempting to assign them any other value will result in an error: (setq window-min-height 5.0) @error{} Wrong type argument: integerp, 5.0 @end example - -@ignore - arch-tag: 5ff62c44-2b51-47bb-99d4-fea5aeec5d3e -@end ignore diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 77fd44fb162..b2e50dbda0c 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -2607,7 +2607,3 @@ frame selected. Lock fontification function, which will be called whenever parts of a buffer are (re)fontified because a window was scrolled or its size changed. @xref{Other Font Lock Variables}. - -@ignore - arch-tag: 3f6c36e8-df49-4986-b757-417feed88be3 -@end ignore |