# HG changeset patch # User Luc Teirlinck # Date 1072325029 0 # Node ID 67874c814e45f2960c8ed928e2397dd772482e54 # Parent 2cabf526af0e2561af44f54ed416b732c90117ea *** empty log message *** diff -r 2cabf526af0e -r 67874c814e45 lispref/ChangeLog --- a/lispref/ChangeLog Thu Dec 25 04:00:56 2003 +0000 +++ b/lispref/ChangeLog Thu Dec 25 04:03:49 2003 +0000 @@ -1,3 +1,47 @@ +2003-12-24 Luc Teirlinck + + * display.texi, eval.texi, help.texi, internals.texi, loading.texi: + * nonascii.texi, processes.texi, tips.texi, variables.texi: + Add or change various xrefs and anchors. + + * commands.texi: Replace all occurrences of @acronym{CAR} with + @sc{car}, for consistency with the rest of the Elisp manual. + `car' and `cdr' are historically acronyms, but are no longer + widely thought of as such. + + * internals.texi (Pure Storage): Mention that `purecopy' does not + copy text properties. + (Object Internals): Now 29 bits are used (in most implementations) + to address Lisp objects. + + * variables.texi (Variables with Restricted Values): New node. + + * objects.texi (Lisp Data Types): Mention that certain variables + can only take on a restricted set of values and add an xref to + the new node "Variables with Restricted Values". + + * eval.texi (Function Indirection): Describe the errors that + `indirect-function' can signal. + (Eval): Clarify the descriptions of `eval-region' and `values'. + Describe `eval-buffer' instead of `eval-current-buffer' and + mention `eval-current-buffer' as an alias for `current-buffer'. + Correct the description and mention all optional arguments. + + * nonascii.texi : Various small changes in addition to the + following. + (Converting Representations): Clarify behavior of + `string-make-multibyte' and `string-to-multibyte' for unibyte all + ASCII arguments. + (Character Sets): Document the variable `charset-list' and adapt + the definition of the function `charset-list' accordingly. + (Translation of Characters): Clarify use of generic characters in + `make-translation-table'. Clarify and correct the description of + the use of translation tables in encoding and decoding. + (User-Chosen Coding Systems): Correct and clarify the description + of `select-safe-coding-system'. + (Default Coding Systems): Clarify description of + `file-coding-system-alist'. + 2003-11-30 Luc Teirlinck * strings.texi (Text Comparison): Correctly describe when two @@ -42,7 +86,7 @@ 2003-11-20 Luc Teirlinck - * positions.texi (Positions): Mention that, if a marker is used a + * positions.texi (Positions): Mention that, if a marker is used as a position, its buffer is ignored. * markers.texi (Overview of Markers): Mention it here too. diff -r 2cabf526af0e -r 67874c814e45 lispref/display.texi --- a/lispref/display.texi Thu Dec 25 04:00:56 2003 +0000 +++ b/lispref/display.texi Thu Dec 25 04:03:49 2003 +0000 @@ -805,8 +805,9 @@ so that it is still Help mode at the end of their execution, then @code{with-output-to-temp-buffer} makes this buffer read-only at the end, and also scans it for function and variable names to make them -into clickable cross-references. @xref{Documentation Tips, , Tips for -Documentation Strings}. +into clickable cross-references. @xref{Docstring hyperlinks, , Tips +for Documentation Strings}, in particular the item on hyperlinks in +documentation strings, for more details. The string @var{buffer-name} specifies the temporary buffer, which need not already exist. The argument must be a string, not a buffer.