]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 25 Dec 2003 04:03:49 +0000 (04:03 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 25 Dec 2003 04:03:49 +0000 (04:03 +0000)
lispref/ChangeLog
lispref/display.texi

index 85a5f5067399a6d4d542784834f464fc6473da29..753c02afd4691e1265e93f2447a73443362af3cb 100644 (file)
@@ -1,3 +1,47 @@
+2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * 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  <teirllm@auburn.edu>
 
        * strings.texi (Text Comparison): Correctly describe when two
@@ -42,7 +86,7 @@
 
 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
 
-       * 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.
index 186703b13b064637826f0d924ae78c36bc11480a..449a42b18c5ba727b3beda67a0058c4321b21359 100644 (file)
@@ -805,8 +805,9 @@ If the @var{forms} do not change the major mode in the output buffer,
 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.