emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat b416a89d4b 2/2: Remove (elisp) manual prefix fro


From: ELPA Syncer
Subject: [elpa] externals/compat b416a89d4b 2/2: Remove (elisp) manual prefix from links
Date: Wed, 20 Jul 2022 04:57:25 -0400 (EDT)

branch: externals/compat
commit b416a89d4be15f2b7268f22e40090fbe8f5f35c1
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove (elisp) manual prefix from links
    
    Texinfo adds these anyway, so there is no need to mention it in the
    link name.
---
 MANUAL      | 210 ++++++++++++++++++++++++++++++------------------------------
 compat.texi | 210 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 210 insertions(+), 210 deletions(-)

diff --git a/MANUAL b/MANUAL
index 2c5633eaf3..00b5cced86 100644
--- a/MANUAL
+++ b/MANUAL
@@ -115,23 +115,23 @@ manage to provide for each Emacs version.
 The following functions and macros implemented in 24.4, and are
 provided by Compat by default:
 
-- Macro: with-eval-after-load :: See [[info:elisp#Hooks for Loading][(elisp) 
Hooks for Loading]].
-- Function: special-form-p :: See [[info:elisp#Special Forms][(elisp) Special 
Forms]].
-- Function: macrop :: See [[info:elisp#Simple Macro][(elisp) Simple Macro]].
-- Function: string-suffix-p :: See [[info:elisp#Text Comparison][(elisp) Text 
Comparison]].
+- Macro: with-eval-after-load :: See [[info:elisp#Hooks for Loading][Hooks for 
Loading]].
+- Function: special-form-p :: See [[info:elisp#Special Forms][Special Forms]].
+- Function: macrop :: See [[info:elisp#Simple Macro][Simple Macro]].
+- Function: string-suffix-p :: See [[info:elisp#Text Comparison][Text 
Comparison]].
 - Function: delete-consecutive-dups :: Defined in ~subr.el~.
-- Function: define-error :: See [[info:elisp#Error Symbols][(elisp) Error 
Symbols]].
-- Function: bool-vector-exclusive-or :: See [[info:elisp#Bool-Vectors][(elisp) 
Bool-Vectors]].
-- Function: bool-vector-union :: See [[info:elisp#Bool-Vectors][(elisp) 
Bool-Vectors]].
-- Function: bool-vector-intersection :: See [[info:elisp#Bool-Vectors][(elisp) 
Bool-Vectors]].
-- Function: bool-vector-not :: See [[info:elisp#Bool-Vectors][(elisp) 
Bool-Vectors]].
-- Function: bool-vector-subsetp :: See [[info:elisp#Bool-Vectors][(elisp) 
Bool-Vectors]].
-- Function: bool-vector-count-consecutive :: See 
[[info:elisp#Bool-Vectors][(elisp) Bool-Vectors]].
-- Function: bool-vector-count-population :: See 
[[info:elisp#Bool-Vectors][(elisp) Bool-Vectors]].
-- Function: completion-table-merge :: See [[info:elisp#Basic 
Completion][(elisp) Basic Completion]].
-- Function: completion-table-with-cache :: See [[info:elisp#Programmed 
Completion][(elisp) Programmed
+- Function: define-error :: See [[info:elisp#Error Symbols][Error Symbols]].
+- Function: bool-vector-exclusive-or :: See 
[[info:elisp#Bool-Vectors][Bool-Vectors]].
+- Function: bool-vector-union :: See [[info:elisp#Bool-Vectors][Bool-Vectors]].
+- Function: bool-vector-intersection :: See 
[[info:elisp#Bool-Vectors][Bool-Vectors]].
+- Function: bool-vector-not :: See [[info:elisp#Bool-Vectors][Bool-Vectors]].
+- Function: bool-vector-subsetp :: See 
[[info:elisp#Bool-Vectors][Bool-Vectors]].
+- Function: bool-vector-count-consecutive :: See 
[[info:elisp#Bool-Vectors][Bool-Vectors]].
+- Function: bool-vector-count-population :: See 
[[info:elisp#Bool-Vectors][Bool-Vectors]].
+- Function: completion-table-merge :: See [[info:elisp#Basic Completion][Basic 
Completion]].
+- Function: completion-table-with-cache :: See [[info:elisp#Programmed 
Completion][Programmed
   Completion]].
-- Function: face-spec-set :: See [[info:elisp#Defining Faces][(elisp) Defining 
Faces]].
+- Function: face-spec-set :: See [[info:elisp#Defining Faces][Defining Faces]].
 
 These functions are prefixed with ~compat~ prefix, and are only loaded
 when ~compat-24~ is required:
@@ -141,10 +141,10 @@ when ~compat-24~ is required:
 - Function: compat-> ::
 - Function: compat-<= ::
 - Function: compat->= ::
-  See [[info:elisp#Comparison of Numbers][(elisp) Comparison of Numbers]].
+  See [[info:elisp#Comparison of Numbers][Comparison of Numbers]].
 
   Allows for more than two arguments to be compared.
-- Function: compat-split-string :: See [[info:elisp#Creating Strings][(elisp) 
Creating Strings]].
+- Function: compat-split-string :: See [[info:elisp#Creating Strings][Creating 
Strings]].
 
   Takes optional argument TRIM.
 
@@ -181,24 +181,24 @@ No special support for 24.5 was deemed necessary.
 The following functions and macros implemented in 25.1, and are
 provided by Compat by default:
 
-- Function: format-message :: See [[info:elisp#Formatting Strings][(elisp) 
Formatting Strings]].
-- Function: directory-name-p :: See [[info:elisp#Directory Names][(elisp) 
Directory Names]].
-- Function: string-greaterp :: See [[info:elisp#Text Comparison][(elisp) Text 
Comparison]].
-- Macro: with-file-modes :: See [[info:elisp#Changing Files][(elisp) Changing 
Files]].
-- Function: alist-get :: See [[info:elisp#Association Lists][(elisp) 
Association Lists]].
+- Function: format-message :: See [[info:elisp#Formatting Strings][Formatting 
Strings]].
+- Function: directory-name-p :: See [[info:elisp#Directory Names][Directory 
Names]].
+- Function: string-greaterp :: See [[info:elisp#Text Comparison][Text 
Comparison]].
+- Macro: with-file-modes :: See [[info:elisp#Changing Files][Changing Files]].
+- Function: alist-get :: See [[info:elisp#Association Lists][Association 
Lists]].
 - Macro: if-let :: Defined in ~subr-x.el~.
 - Macro: when-let :: Defined in ~subr-x.el~.
 - Macro: thread-first :: Defined in ~subr-x.el~.
 - Macro: thread-last :: Defined in ~subr-x.el~.
-- Function: macroexpand-1 :: See [[info:elisp#Expansion][(elisp) Expansion]].
-- Function: directory-files-recursively :: See [[info:elisp#Contents of 
Directories][(elisp) Contents of
+- Function: macroexpand-1 :: See [[info:elisp#Expansion][Expansion]].
+- Function: directory-files-recursively :: See [[info:elisp#Contents of 
Directories][Contents of
   Directories]].
-- Function: bool-vector :: See [[info:elisp#Bool-Vectors][(elisp) 
Bool-Vectors]].
+- Function: bool-vector :: See [[info:elisp#Bool-Vectors][Bool-Vectors]].
 
 These functions are prefixed with ~compat~ prefix, and are only loaded
 when ~compat-25~ is required:
 
-- Function: compat-sort :: See [[info:elisp#Sequence Functions][(elisp) 
Sequence Functions]].
+- Function: compat-sort :: See [[info:elisp#Sequence Functions][Sequence 
Functions]].
 
   Adds support for vectors to be sorted, next to just lists.
 
@@ -233,62 +233,62 @@ for the sake of simplicity.
 The following functions and macros implemented in 26.1, and are
 provided by Compat by default:
 
-- Function: func-arity :: See [[info:elisp#What Is a Function][(elisp) What Is 
a Function]].
-- Function: mapcan :: See [[info:elisp#Mapping Functions][(elisp) Mapping 
Functions]].
+- Function: func-arity :: See [[info:elisp#What Is a Function][What Is a 
Function]].
+- Function: mapcan :: See [[info:elisp#Mapping Functions][Mapping Functions]].
 - Function: cXXXr ::
 - Function: cXXXXr ::
-  See [[info:elisp#List Elements][(elisp) List Elements]].
+  See [[info:elisp#List Elements][List Elements]].
 - Variable: gensym-counter :: See ~gensym~.
-- Function: gensym :: See [[info:elisp#Creating Symbols][(elisp) Creating 
Symbols]].
-- Function: make-nearby-temp-file :: See [[info:elisp#Unique File 
Names][(elisp) Unique File Names]].
+- Function: gensym :: See [[info:elisp#Creating Symbols][Creating Symbols]].
+- Function: make-nearby-temp-file :: See [[info:elisp#Unique File 
Names][Unique File Names]].
 - Variable: mounted-file-systems ::  Defined in ~files.el~.
-- Function: temporary-file-directory :: See [[info:elisp#Unique File 
Names][(elisp) Unique File Names]].
+- Function: temporary-file-directory :: See [[info:elisp#Unique File 
Names][Unique File Names]].
 - Macro: if-let* :: Defined in ~subr-x.el~.
 - Macro: when-let* :: Defined in ~subr-x.el~.
 - Macro: and-let* :: Defined in ~subr-x.el~.
 
   **Please Note:** The implementation provided by Compat does not
   include a bug that was observed with Emacs 26 (see [[debbugs:31840]]).
-- Function: file-local-name :: See [[info:elisp#Magic File Names][(elisp) 
Magic File Names]].
-- Function: file-name-quoted-p :: See [[info:elisp#File Name 
Expansion][(elisp) File Name Expansion]].
-- Function: file-name-quote :: See [[info:elisp#File Name Expansion][(elisp) 
File Name Expansion]].
+- Function: file-local-name :: See [[info:elisp#Magic File Names][Magic File 
Names]].
+- Function: file-name-quoted-p :: See [[info:elisp#File Name Expansion][File 
Name Expansion]].
+- Function: file-name-quote :: See [[info:elisp#File Name Expansion][File Name 
Expansion]].
 - Function: image-property :: Defined in ~image.el~.
 
   This function can also be used as a generalised variable.  To use
   this you need to explicitly require ~compat-26~.
-- Function: file-attribute-type :: See [[info:elisp#File Attributes][(elisp) 
File Attributes]].
-- Function: file-attribute-link-number :: See [[info:elisp#File 
Attributes][(elisp) File Attributes]].
-- Function: file-attribute-user-id :: See [[info:elisp#File 
Attributes][(elisp) File Attributes]].
-- Function: file-attribute-group-id :: See [[info:elisp#File 
Attributes][(elisp) File Attributes]].
-- Function: file-attribute-access-time :: See [[info:elisp#File 
Attributes][(elisp) File Attributes]].
-- Function: file-attribute-modification-time :: See [[info:elisp#File 
Attributes][(elisp) File Attributes]].
-- Function: file-attribute-status-change-time :: See [[info:elisp#File 
Attributes][(elisp) File Attributes]].
-- Function: file-attribute-size :: See [[info:elisp#File Attributes][(elisp) 
File Attributes]].
-- Function: file-attribute-modes :: See [[info:elisp#File Attributes][(elisp) 
File Attributes]].
-- Function: file-attribute-inode-number :: See [[info:elisp#File 
Attributes][(elisp) File Attributes]].
-- Function: file-attribute-device-number :: See [[info:elisp#File 
Attributes][(elisp) File Attributes]].
+- Function: file-attribute-type :: See [[info:elisp#File Attributes][File 
Attributes]].
+- Function: file-attribute-link-number :: See [[info:elisp#File 
Attributes][File Attributes]].
+- Function: file-attribute-user-id :: See [[info:elisp#File Attributes][File 
Attributes]].
+- Function: file-attribute-group-id :: See [[info:elisp#File Attributes][File 
Attributes]].
+- Function: file-attribute-access-time :: See [[info:elisp#File 
Attributes][File Attributes]].
+- Function: file-attribute-modification-time :: See [[info:elisp#File 
Attributes][File Attributes]].
+- Function: file-attribute-status-change-time :: See [[info:elisp#File 
Attributes][File Attributes]].
+- Function: file-attribute-size :: See [[info:elisp#File Attributes][File 
Attributes]].
+- Function: file-attribute-modes :: See [[info:elisp#File Attributes][File 
Attributes]].
+- Function: file-attribute-inode-number :: See [[info:elisp#File 
Attributes][File Attributes]].
+- Function: file-attribute-device-number :: See [[info:elisp#File 
Attributes][File Attributes]].
 - Function: file-attribute-collect :: Defined in ~files.el~.
 
 These functions are prefixed with ~compat~ prefix, and are only loaded
 when ~compat-26~ is required:
 
-- Function: compat-assoc :: See [[info:elisp#Association Lists][(elisp) 
Association Lists]].
+- Function: compat-assoc :: See [[info:elisp#Association Lists][Association 
Lists]].
 
   Handle the optional argument TESTFN.
-- Function: compat-line-number-at-pos :: See [[info:elisp#Text Lines][(elisp) 
Text Lines]].
+- Function: compat-line-number-at-pos :: See [[info:elisp#Text Lines][Text 
Lines]].
 
   Handle the optional argument ABSOLUTE.
-- Function: compat-alist-get :: See [[info:elisp#Association Lists][(elisp) 
Association Lists]].
+- Function: compat-alist-get :: See [[info:elisp#Association 
Lists][Association Lists]].
 
   Handle the optional argument TESTFN.  Can also be used as a
   generalised variable.
-- Function: compat-string-trim-left :: See [[info:elisp#Creating 
Strings][(elisp) Creating Strings]].
+- Function: compat-string-trim-left :: See [[info:elisp#Creating 
Strings][Creating Strings]].
 
   Handles the optional argument REGEXP.
-- Function: compat-string-trim-right :: See [[info:elisp#Creating 
Strings][(elisp) Creating Strings]].
+- Function: compat-string-trim-right :: See [[info:elisp#Creating 
Strings][Creating Strings]].
 
   Handles the optional argument REGEXP.
-- Function: compat-string-trim :: See [[info:elisp#Creating Strings][(elisp) 
Creating Strings]].
+- Function: compat-string-trim :: See [[info:elisp#Creating Strings][Creating 
Strings]].
 
   Handles the optional arguments TRIM-LEFT and TRIM-RIGHT.
 
@@ -323,16 +323,16 @@ for the sake of simplicity.
 The following functions and macros implemented in 27.1, and are
 provided by Compat by default:
 
-- Function: proper-list-p :: See [[info:elisp#List-related Predicates][(elisp) 
List-related Predicates]].
-- Function: string-distance :: See [[info:elisp#Text Comparison][(elisp) Text 
Comparison]].
-- Function: json-serialize :: See [[info:elisp#Parsing JSON][(elisp) Parsing 
JSON]].
-- Function: json-insert :: See [[info:elisp#Parsing JSON][(elisp) Parsing 
JSON]].
-- Function: json-parse-string :: See [[info:elisp#Parsing JSON][(elisp) 
Parsing JSON]].
-- Function: json-parse-buffer :: See [[info:elisp#Parsing JSON][(elisp) 
Parsing JSON]].
-- Macro: ignore-error :: See [[info:elisp#Handling Errors][(elisp) Handling 
Errors]].
-- Macro: dolist-with-progress-reporter :: See [[info:elisp#Progress][(elisp) 
Progress]].
-- Function: flatten-tree :: See [[info:elisp#Building Lists][(elisp) Building 
Lists]].
-- Function: xor :: See [[info:elisp#Combining Conditions][(elisp) Combining 
Conditions]].
+- Function: proper-list-p :: See [[info:elisp#List-related 
Predicates][List-related Predicates]].
+- Function: string-distance :: See [[info:elisp#Text Comparison][Text 
Comparison]].
+- Function: json-serialize :: See [[info:elisp#Parsing JSON][Parsing JSON]].
+- Function: json-insert :: See [[info:elisp#Parsing JSON][Parsing JSON]].
+- Function: json-parse-string :: See [[info:elisp#Parsing JSON][Parsing JSON]].
+- Function: json-parse-buffer :: See [[info:elisp#Parsing JSON][Parsing JSON]].
+- Macro: ignore-error :: See [[info:elisp#Handling Errors][Handling Errors]].
+- Macro: dolist-with-progress-reporter :: See 
[[info:elisp#Progress][Progress]].
+- Function: flatten-tree :: See [[info:elisp#Building Lists][Building Lists]].
+- Function: xor :: See [[info:elisp#Combining Conditions][Combining 
Conditions]].
 - Variable: regexp-unmatchable :: Defined in ~subr.el~.
 - Function: decoded-time-second :: Defined in ~simple.el~.
 - Function: decoded-time-minute :: Defined in ~simple.el~.
@@ -344,34 +344,34 @@ provided by Compat by default:
 - Function: decoded-time-dst :: Defined in ~simple.el~.
 - Function: decoded-time-zone :: Defined in ~simple.el~.
 - Function: package-get-version :: Defined in ~package.el~.
-- Function: time-equal-p :: See [[info:elisp#Time Calculations][(elisp) Time 
Calculations]].
-- Function: date-days-in-month :: See [[info:elisp#Time Calculations][(elisp) 
Time Calculations]].
-- Function: exec-path :: See [[info:elisp#Subprocess Creation][(elisp) 
Subprocess Creation]].
+- Function: time-equal-p :: See [[info:elisp#Time Calculations][Time 
Calculations]].
+- Function: date-days-in-month :: See [[info:elisp#Time Calculations][Time 
Calculations]].
+- Function: exec-path :: See [[info:elisp#Subprocess Creation][Subprocess 
Creation]].
 
   This function requires the ~time-date~ feature to be loaded.
 
 These functions are prefixed with ~compat~ prefix, and are only loaded
 when ~compat-27~ is required:
 
-- Function: compat-recenter :: See [[info:elisp#Textual Scrolling][(elisp) 
Textual Scrolling]].
+- Function: compat-recenter :: See [[info:elisp#Textual Scrolling][Textual 
Scrolling]].
 
   Adds the optional argument REDISPLAY.
-- Function: compat-lookup-key :: See [[info:elisp#Low-Level Key 
Binding][(elisp) Low-Level Key Binding]].
+- Function: compat-lookup-key :: See [[info:elisp#Low-Level Key 
Binding][Low-Level Key Binding]].
 
   Allows KEYMAP to be a list of keymaps.
-- Macro: compat-setq-local :: See [[info:elisp#Creating Buffer-Local][(elisp) 
Creating Buffer-Local]].
+- Macro: compat-setq-local :: See [[info:elisp#Creating Buffer-Local][Creating 
Buffer-Local]].
 
   Allow for more than one variable to be set.
-- Function: compat-regexp-opt :: See [[info:elisp#Regexp Functions][(elisp) 
Regexp Functions]].
+- Function: compat-regexp-opt :: See [[info:elisp#Regexp Functions][Regexp 
Functions]].
 
   Handle an empty list of strings.
 - Function: compat-file-size-human-readable :: Defined in ~files.el~.
 
   Handle the optional third (SPACE) and forth (UNIT) arguments.
-- Function: compat-assoc-delete-all :: See [[info:elisp#Association 
Lists][(elisp) Association Lists]].
+- Function: compat-assoc-delete-all :: See [[info:elisp#Association 
Lists][Association Lists]].
 
   Handle the optional third (TESTFN) argument.
-- Function: compat-executable-find :: [[info:elisp#Locating Files][(elisp) 
Locating Files]].
+- Function: compat-executable-find :: [[info:elisp#Locating Files][Locating 
Files]].
 
   Handle the optional second (REMOTE) argument.
 - Function: compat-dired-get-marked-files :: Defined in ~dired.el~
@@ -411,68 +411,68 @@ sake of simplicity.
 The following functions and macros implemented in 28.1, and are
 provided by Compat by default:
 
-- Function: string-search :: See [[info:elisp#Text Comparison][(elisp) Text 
Comparison]].
-- Function: length= :: See [[info:elisp#Sequence Functions][(elisp) Sequence 
Functions]].
-- Function: length< :: See [[info:elisp#Sequence Functions][(elisp) Sequence 
Functions]].
-- Function: length> :: See [[info:elisp#Sequence Functions][(elisp) Sequence 
Functions]].
-- Function: file-name-concat :: See [[info:elisp#Directory Names][(elisp) 
Directory Names]].
+- Function: string-search :: See [[info:elisp#Text Comparison][Text 
Comparison]].
+- Function: length= :: See [[info:elisp#Sequence Functions][Sequence 
Functions]].
+- Function: length< :: See [[info:elisp#Sequence Functions][Sequence 
Functions]].
+- Function: length> :: See [[info:elisp#Sequence Functions][Sequence 
Functions]].
+- Function: file-name-concat :: See [[info:elisp#Directory Names][Directory 
Names]].
 - Function: garbage-collect-maybe :: Defined in ~alloc.c~.
-- Function: string-replace :: See [[info:elisp#Search and Replace][(elisp) 
Search and Replace]].
-- Function: always :: [[info:elisp#Calling Functions][(elisp) Calling 
Functions]].
-- Function: insert-into-buffer :: See [[info:elisp#Insertion][(elisp) 
Insertion]].
-- Function: replace-regexp-in-region :: See [[info:elisp#Search and 
Replace][(elisp) Search and Replace]].
-- Function: replace-string-in-region :: See [[info:elisp#Search and 
Replace][(elisp) Search and Replace]].
-- Function: buffer-local-boundp :: See [[info:elisp#Creating 
Buffer-Local][(elisp) Creating Buffer-Local]].
-- Function: with-existing-directory :: See [[info:elisp#Testing 
Accessibility][(elisp) Testing Accessibility]].
-- Macro: dlet :: See [[info:elisp#Local Variables][(elisp) Local Variables]].
-- Function: ensure-list :: See [[info:elisp#Building Lists][(elisp) Building 
Lists]].
-- Function: string-clean-whitespace :: See [[info:elisp#Creating 
Strings][(elisp) Creating Strings]].
-- Function: string-fill :: See [[info:elisp#Creating Strings][(elisp) Creating 
Strings]].
-- Function: string-lines :: See [[info:elisp#Creating Strings][(elisp) 
Creating Strings]].
-- Function: string-pad :: See [[info:elisp#Creating Strings][(elisp) Creating 
Strings]].
-- Function: string-chop-newline :: See [[info:elisp#Creating Strings][(elisp) 
Creating Strings]].
-- Macro: named-let :: See [[info:elisp#Local Variables][(elisp) Local 
Variables]].
-- Function: file-name-with-extension :: See [[info:elisp#File Name 
Components][(elisp) File Name
+- Function: string-replace :: See [[info:elisp#Search and Replace][Search and 
Replace]].
+- Function: always :: [[info:elisp#Calling Functions][Calling Functions]].
+- Function: insert-into-buffer :: See [[info:elisp#Insertion][Insertion]].
+- Function: replace-regexp-in-region :: See [[info:elisp#Search and 
Replace][Search and Replace]].
+- Function: replace-string-in-region :: See [[info:elisp#Search and 
Replace][Search and Replace]].
+- Function: buffer-local-boundp :: See [[info:elisp#Creating 
Buffer-Local][Creating Buffer-Local]].
+- Function: with-existing-directory :: See [[info:elisp#Testing 
Accessibility][Testing Accessibility]].
+- Macro: dlet :: See [[info:elisp#Local Variables][Local Variables]].
+- Function: ensure-list :: See [[info:elisp#Building Lists][Building Lists]].
+- Function: string-clean-whitespace :: See [[info:elisp#Creating 
Strings][Creating Strings]].
+- Function: string-fill :: See [[info:elisp#Creating Strings][Creating 
Strings]].
+- Function: string-lines :: See [[info:elisp#Creating Strings][Creating 
Strings]].
+- Function: string-pad :: See [[info:elisp#Creating Strings][Creating 
Strings]].
+- Function: string-chop-newline :: See [[info:elisp#Creating Strings][Creating 
Strings]].
+- Macro: named-let :: See [[info:elisp#Local Variables][Local Variables]].
+- Function: file-name-with-extension :: See [[info:elisp#File Name 
Components][File Name
   Components]].
-- Function: directory-empty-p :: See [[info:elisp#Contents of 
Directories][(elisp) Contents of Directories]].
-- Function: format-prompt :: See [[info:elisp#Text from Minibuffer][(elisp) 
Text from Minibuffer]].
+- Function: directory-empty-p :: See [[info:elisp#Contents of 
Directories][Contents of Directories]].
+- Function: format-prompt :: See [[info:elisp#Text from Minibuffer][Text from 
Minibuffer]].
 - Function: thing-at-mouse :: Defined in ~thingatpt.el~.
 - Function: macroexp-file-name :: Defined in ~macroexp~.
-- Macro: with-environment-variables :: See [[info:elisp#System 
Environment][(elisp) System
+- Macro: with-environment-variables :: See [[info:elisp#System 
Environment][System
   Environment]].
 - Function: button-buttonize :: Defined in ~button.el~.
-- Function: make-directory-autoloads :: See [[info:elisp#Autoload][(elisp) 
Autoload]].
+- Function: make-directory-autoloads :: See [[info:elisp#Autoload][Autoload]].
 - Function: color-values-from-color-spec :: Defined in ~xfaces.c~.
-- Function: file-modes-number-to-symbolic :: See [[info:elisp#Changing 
Files][(elisp) Changing
+- Function: file-modes-number-to-symbolic :: See [[info:elisp#Changing 
Files][Changing
   Files]].
-- Function: file-backup-file-names :: See [[info:elisp#Backup Names][(elisp) 
Backup Names]].
+- Function: file-backup-file-names :: See [[info:elisp#Backup Names][Backup 
Names]].
 - Function: make-lock-file-name :: Defined in ~files.el~.
 - Function: null-device :: Defined in ~files.el~.
 - Function: decoded-time-period :: Defined in ~time-data.el~.
 - Function: subr-primitive-p :: Defined in ~subr.el~.
-- Function: file-name-absolute-p :: See [[info:elisp#Relative File 
Names][(elisp) Relative File Names]].
+- Function: file-name-absolute-p :: See [[info:elisp#Relative File 
Names][Relative File Names]].
 
 These functions are prefixed with ~compat~ prefix, and are only loaded
 when ~compat-28~ is required:
 
-- Function: compat-unlock-buffer :: See [[info:elisp#File Locks][(elisp) File 
Locks]].
+- Function: compat-unlock-buffer :: See [[info:elisp#File Locks][File Locks]].
 
   Handle ~file-error~ conditions.
 
-- Function: compat-string-width :: See [[info:elisp#Size of Displayed 
Text][(elisp) Size of Displayed Text]].
+- Function: compat-string-width :: See [[info:elisp#Size of Displayed 
Text][Size of Displayed Text]].
 
   Handle optional arguments FROM and TO.
 
-- Function: compat-json-serialize :: See [[info:elisp#Parsing JSON][(elisp) 
Parsing JSON]].
+- Function: compat-json-serialize :: See [[info:elisp#Parsing JSON][Parsing 
JSON]].
 
   Handle primitive, top-level JSON values.
-- Function: compat-json-insert :: See [[info:elisp#Parsing JSON][(elisp) 
Parsing JSON]].
+- Function: compat-json-insert :: See [[info:elisp#Parsing JSON][Parsing 
JSON]].
 
   Handle primitive, top-level JSON values.
-- Function: compat-json-parse-string :: See [[info:elisp#Parsing JSON][(elisp) 
Parsing JSON]].
+- Function: compat-json-parse-string :: See [[info:elisp#Parsing JSON][Parsing 
JSON]].
 
   Handle primitive, top-level JSON values.
-- Function: compat-json-parse-buffer :: See [[info:elisp#Parsing JSON][(elisp) 
Parsing JSON]].
+- Function: compat-json-parse-buffer :: See [[info:elisp#Parsing JSON][Parsing 
JSON]].
 
   Handle primitive, top-level JSON values.
 - Function: compat-count-windows :: Defined in ~window.el~.
diff --git a/compat.texi b/compat.texi
index 0a98f8dccc..2335e99721 100644
--- a/compat.texi
+++ b/compat.texi
@@ -230,19 +230,19 @@ The following functions and macros implemented in 24.4, 
and are
 provided by Compat by default:
 
 @defmac with-eval-after-load
-See @ref{Hooks for Loading,(elisp) Hooks for Loading,,elisp,}.
+See @ref{Hooks for Loading,Hooks for Loading,,elisp,}.
 @end defmac
 
 @defun special-form-p
-See @ref{Special Forms,(elisp) Special Forms,,elisp,}.
+See @ref{Special Forms,Special Forms,,elisp,}.
 @end defun
 
 @defun macrop
-See @ref{Simple Macro,(elisp) Simple Macro,,elisp,}.
+See @ref{Simple Macro,Simple Macro,,elisp,}.
 @end defun
 
 @defun string-suffix-p
-See @ref{Text Comparison,(elisp) Text Comparison,,elisp,}.
+See @ref{Text Comparison,Text Comparison,,elisp,}.
 @end defun
 
 @defun delete-consecutive-dups
@@ -250,48 +250,48 @@ Defined in @code{subr.el}.
 @end defun
 
 @defun define-error
-See @ref{Error Symbols,(elisp) Error Symbols,,elisp,}.
+See @ref{Error Symbols,Error Symbols,,elisp,}.
 @end defun
 
 @defun bool-vector-exclusive-or
-See @ref{Bool-Vectors,(elisp) Bool-Vectors,,elisp,}.
+See @ref{Bool-Vectors,Bool-Vectors,,elisp,}.
 @end defun
 
 @defun bool-vector-union
-See @ref{Bool-Vectors,(elisp) Bool-Vectors,,elisp,}.
+See @ref{Bool-Vectors,Bool-Vectors,,elisp,}.
 @end defun
 
 @defun bool-vector-intersection
-See @ref{Bool-Vectors,(elisp) Bool-Vectors,,elisp,}.
+See @ref{Bool-Vectors,Bool-Vectors,,elisp,}.
 @end defun
 
 @defun bool-vector-not
-See @ref{Bool-Vectors,(elisp) Bool-Vectors,,elisp,}.
+See @ref{Bool-Vectors,Bool-Vectors,,elisp,}.
 @end defun
 
 @defun bool-vector-subsetp
-See @ref{Bool-Vectors,(elisp) Bool-Vectors,,elisp,}.
+See @ref{Bool-Vectors,Bool-Vectors,,elisp,}.
 @end defun
 
 @defun bool-vector-count-consecutive
-See @ref{Bool-Vectors,(elisp) Bool-Vectors,,elisp,}.
+See @ref{Bool-Vectors,Bool-Vectors,,elisp,}.
 @end defun
 
 @defun bool-vector-count-population
-See @ref{Bool-Vectors,(elisp) Bool-Vectors,,elisp,}.
+See @ref{Bool-Vectors,Bool-Vectors,,elisp,}.
 @end defun
 
 @defun completion-table-merge
-See @ref{Basic Completion,(elisp) Basic Completion,,elisp,}.
+See @ref{Basic Completion,Basic Completion,,elisp,}.
 @end defun
 
 @defun completion-table-with-cache
-See @ref{Programmed Completion,(elisp) Programmed
+See @ref{Programmed Completion,Programmed
   Completion,,elisp,}.
 @end defun
 
 @defun face-spec-set
-See @ref{Defining Faces,(elisp) Defining Faces,,elisp,}.
+See @ref{Defining Faces,Defining Faces,,elisp,}.
 @end defun
 
 These functions are prefixed with @code{compat} prefix, and are only loaded
@@ -306,13 +306,13 @@ when @code{compat-24} is required:
 @defun compat-<=
 @end defun
 @defun compat->=
-See @ref{Comparison of Numbers,(elisp) Comparison of Numbers,,elisp,}.
+See @ref{Comparison of Numbers,Comparison of Numbers,,elisp,}.
 
 Allows for more than two arguments to be compared.
 @end defun
 
 @defun compat-split-string
-See @ref{Creating Strings,(elisp) Creating Strings,,elisp,}.
+See @ref{Creating Strings,Creating Strings,,elisp,}.
 
 Takes optional argument TRIM@.
 @end defun
@@ -364,23 +364,23 @@ The following functions and macros implemented in 25.1, 
and are
 provided by Compat by default:
 
 @defun format-message
-See @ref{Formatting Strings,(elisp) Formatting Strings,,elisp,}.
+See @ref{Formatting Strings,Formatting Strings,,elisp,}.
 @end defun
 
 @defun directory-name-p
-See @ref{Directory Names,(elisp) Directory Names,,elisp,}.
+See @ref{Directory Names,Directory Names,,elisp,}.
 @end defun
 
 @defun string-greaterp
-See @ref{Text Comparison,(elisp) Text Comparison,,elisp,}.
+See @ref{Text Comparison,Text Comparison,,elisp,}.
 @end defun
 
 @defmac with-file-modes
-See @ref{Changing Files,(elisp) Changing Files,,elisp,}.
+See @ref{Changing Files,Changing Files,,elisp,}.
 @end defmac
 
 @defun alist-get
-See @ref{Association Lists,(elisp) Association Lists,,elisp,}.
+See @ref{Association Lists,Association Lists,,elisp,}.
 @end defun
 
 @defmac if-let
@@ -400,23 +400,23 @@ Defined in @code{subr-x.el}.
 @end defmac
 
 @defun macroexpand-1
-See @ref{Expansion,(elisp) Expansion,,elisp,}.
+See @ref{Expansion,Expansion,,elisp,}.
 @end defun
 
 @defun directory-files-recursively
-See @ref{Contents of Directories,(elisp) Contents of
+See @ref{Contents of Directories,Contents of
   Directories,,elisp,}.
 @end defun
 
 @defun bool-vector
-See @ref{Bool-Vectors,(elisp) Bool-Vectors,,elisp,}.
+See @ref{Bool-Vectors,Bool-Vectors,,elisp,}.
 @end defun
 
 These functions are prefixed with @code{compat} prefix, and are only loaded
 when @code{compat-25} is required:
 
 @defun compat-sort
-See @ref{Sequence Functions,(elisp) Sequence Functions,,elisp,}.
+See @ref{Sequence Functions,Sequence Functions,,elisp,}.
 
 Adds support for vectors to be sorted, next to just lists.
 @end defun
@@ -470,17 +470,17 @@ The following functions and macros implemented in 26.1, 
and are
 provided by Compat by default:
 
 @defun func-arity
-See @ref{What Is a Function,(elisp) What Is a Function,,elisp,}.
+See @ref{What Is a Function,What Is a Function,,elisp,}.
 @end defun
 
 @defun mapcan
-See @ref{Mapping Functions,(elisp) Mapping Functions,,elisp,}.
+See @ref{Mapping Functions,Mapping Functions,,elisp,}.
 @end defun
 
 @defun cXXXr
 @end defun
 @defun cXXXXr
-See @ref{List Elements,(elisp) List Elements,,elisp,}.
+See @ref{List Elements,List Elements,,elisp,}.
 @end defun
 
 @defvar gensym-counter
@@ -488,11 +488,11 @@ See @code{gensym}.
 @end defvar
 
 @defun gensym
-See @ref{Creating Symbols,(elisp) Creating Symbols,,elisp,}.
+See @ref{Creating Symbols,Creating Symbols,,elisp,}.
 @end defun
 
 @defun make-nearby-temp-file
-See @ref{Unique File Names,(elisp) Unique File Names,,elisp,}.
+See @ref{Unique File Names,Unique File Names,,elisp,}.
 @end defun
 
 @defvar mounted-file-systems
@@ -500,7 +500,7 @@ Defined in @code{files.el}.
 @end defvar
 
 @defun temporary-file-directory
-See @ref{Unique File Names,(elisp) Unique File Names,,elisp,}.
+See @ref{Unique File Names,Unique File Names,,elisp,}.
 @end defun
 
 @defmac if-let*
@@ -519,15 +519,15 @@ include a bug that was observed with Emacs 26 (see 
@uref{https://debbugs.gnu.org
 @end defmac
 
 @defun file-local-name
-See @ref{Magic File Names,(elisp) Magic File Names,,elisp,}.
+See @ref{Magic File Names,Magic File Names,,elisp,}.
 @end defun
 
 @defun file-name-quoted-p
-See @ref{File Name Expansion,(elisp) File Name Expansion,,elisp,}.
+See @ref{File Name Expansion,File Name Expansion,,elisp,}.
 @end defun
 
 @defun file-name-quote
-See @ref{File Name Expansion,(elisp) File Name Expansion,,elisp,}.
+See @ref{File Name Expansion,File Name Expansion,,elisp,}.
 @end defun
 
 @defun image-property
@@ -538,47 +538,47 @@ this you need to explicitly require @code{compat-26}.
 @end defun
 
 @defun file-attribute-type
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-link-number
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-user-id
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-group-id
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-access-time
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-modification-time
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-status-change-time
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-size
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-modes
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-inode-number
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-device-number
-See @ref{File Attributes,(elisp) File Attributes,,elisp,}.
+See @ref{File Attributes,File Attributes,,elisp,}.
 @end defun
 
 @defun file-attribute-collect
@@ -589,38 +589,38 @@ These functions are prefixed with @code{compat} prefix, 
and are only loaded
 when @code{compat-26} is required:
 
 @defun compat-assoc
-See @ref{Association Lists,(elisp) Association Lists,,elisp,}.
+See @ref{Association Lists,Association Lists,,elisp,}.
 
 Handle the optional argument TESTFN@.
 @end defun
 
 @defun compat-line-number-at-pos
-See @ref{Text Lines,(elisp) Text Lines,,elisp,}.
+See @ref{Text Lines,Text Lines,,elisp,}.
 
 Handle the optional argument ABSOLUTE@.
 @end defun
 
 @defun compat-alist-get
-See @ref{Association Lists,(elisp) Association Lists,,elisp,}.
+See @ref{Association Lists,Association Lists,,elisp,}.
 
 Handle the optional argument TESTFN@.  Can also be used as a
 generalised variable.
 @end defun
 
 @defun compat-string-trim-left
-See @ref{Creating Strings,(elisp) Creating Strings,,elisp,}.
+See @ref{Creating Strings,Creating Strings,,elisp,}.
 
 Handles the optional argument REGEXP@.
 @end defun
 
 @defun compat-string-trim-right
-See @ref{Creating Strings,(elisp) Creating Strings,,elisp,}.
+See @ref{Creating Strings,Creating Strings,,elisp,}.
 
 Handles the optional argument REGEXP@.
 @end defun
 
 @defun compat-string-trim
-See @ref{Creating Strings,(elisp) Creating Strings,,elisp,}.
+See @ref{Creating Strings,Creating Strings,,elisp,}.
 
 Handles the optional arguments TRIM-LEFT and TRIM-RIGHT@.
 @end defun
@@ -675,43 +675,43 @@ The following functions and macros implemented in 27.1, 
and are
 provided by Compat by default:
 
 @defun proper-list-p
-See @ref{List-related Predicates,(elisp) List-related Predicates,,elisp,}.
+See @ref{List-related Predicates,List-related Predicates,,elisp,}.
 @end defun
 
 @defun string-distance
-See @ref{Text Comparison,(elisp) Text Comparison,,elisp,}.
+See @ref{Text Comparison,Text Comparison,,elisp,}.
 @end defun
 
 @defun json-serialize
-See @ref{Parsing JSON,(elisp) Parsing JSON,,elisp,}.
+See @ref{Parsing JSON,Parsing JSON,,elisp,}.
 @end defun
 
 @defun json-insert
-See @ref{Parsing JSON,(elisp) Parsing JSON,,elisp,}.
+See @ref{Parsing JSON,Parsing JSON,,elisp,}.
 @end defun
 
 @defun json-parse-string
-See @ref{Parsing JSON,(elisp) Parsing JSON,,elisp,}.
+See @ref{Parsing JSON,Parsing JSON,,elisp,}.
 @end defun
 
 @defun json-parse-buffer
-See @ref{Parsing JSON,(elisp) Parsing JSON,,elisp,}.
+See @ref{Parsing JSON,Parsing JSON,,elisp,}.
 @end defun
 
 @defmac ignore-error
-See @ref{Handling Errors,(elisp) Handling Errors,,elisp,}.
+See @ref{Handling Errors,Handling Errors,,elisp,}.
 @end defmac
 
 @defmac dolist-with-progress-reporter
-See @ref{Progress,(elisp) Progress,,elisp,}.
+See @ref{Progress,Progress,,elisp,}.
 @end defmac
 
 @defun flatten-tree
-See @ref{Building Lists,(elisp) Building Lists,,elisp,}.
+See @ref{Building Lists,Building Lists,,elisp,}.
 @end defun
 
 @defun xor
-See @ref{Combining Conditions,(elisp) Combining Conditions,,elisp,}.
+See @ref{Combining Conditions,Combining Conditions,,elisp,}.
 @end defun
 
 @defvar regexp-unmatchable
@@ -759,15 +759,15 @@ Defined in @code{package.el}.
 @end defun
 
 @defun time-equal-p
-See @ref{Time Calculations,(elisp) Time Calculations,,elisp,}.
+See @ref{Time Calculations,Time Calculations,,elisp,}.
 @end defun
 
 @defun date-days-in-month
-See @ref{Time Calculations,(elisp) Time Calculations,,elisp,}.
+See @ref{Time Calculations,Time Calculations,,elisp,}.
 @end defun
 
 @defun exec-path
-See @ref{Subprocess Creation,(elisp) Subprocess Creation,,elisp,}.
+See @ref{Subprocess Creation,Subprocess Creation,,elisp,}.
 
 This function requires the @code{time-date} feature to be loaded.
 @end defun
@@ -776,25 +776,25 @@ These functions are prefixed with @code{compat} prefix, 
and are only loaded
 when @code{compat-27} is required:
 
 @defun compat-recenter
-See @ref{Textual Scrolling,(elisp) Textual Scrolling,,elisp,}.
+See @ref{Textual Scrolling,Textual Scrolling,,elisp,}.
 
 Adds the optional argument REDISPLAY@.
 @end defun
 
 @defun compat-lookup-key
-See @ref{Low-Level Key Binding,(elisp) Low-Level Key Binding,,elisp,}.
+See @ref{Low-Level Key Binding,Low-Level Key Binding,,elisp,}.
 
 Allows KEYMAP to be a list of keymaps.
 @end defun
 
 @defmac compat-setq-local
-See @ref{Creating Buffer-Local,(elisp) Creating Buffer-Local,,elisp,}.
+See @ref{Creating Buffer-Local,Creating Buffer-Local,,elisp,}.
 
 Allow for more than one variable to be set.
 @end defmac
 
 @defun compat-regexp-opt
-See @ref{Regexp Functions,(elisp) Regexp Functions,,elisp,}.
+See @ref{Regexp Functions,Regexp Functions,,elisp,}.
 
 Handle an empty list of strings.
 @end defun
@@ -806,13 +806,13 @@ Handle the optional third (SPACE) and forth (UNIT) 
arguments.
 @end defun
 
 @defun compat-assoc-delete-all
-See @ref{Association Lists,(elisp) Association Lists,,elisp,}.
+See @ref{Association Lists,Association Lists,,elisp,}.
 
 Handle the optional third (TESTFN) argument.
 @end defun
 
 @defun compat-executable-find
-@ref{Locating Files,(elisp) Locating Files,,elisp,}.
+@ref{Locating Files,Locating Files,,elisp,}.
 
 Handle the optional second (REMOTE) argument.
 @end defun
@@ -875,23 +875,23 @@ The following functions and macros implemented in 28.1, 
and are
 provided by Compat by default:
 
 @defun string-search
-See @ref{Text Comparison,(elisp) Text Comparison,,elisp,}.
+See @ref{Text Comparison,Text Comparison,,elisp,}.
 @end defun
 
 @defun length=
-See @ref{Sequence Functions,(elisp) Sequence Functions,,elisp,}.
+See @ref{Sequence Functions,Sequence Functions,,elisp,}.
 @end defun
 
 @defun length<
-See @ref{Sequence Functions,(elisp) Sequence Functions,,elisp,}.
+See @ref{Sequence Functions,Sequence Functions,,elisp,}.
 @end defun
 
 @defun length>
-See @ref{Sequence Functions,(elisp) Sequence Functions,,elisp,}.
+See @ref{Sequence Functions,Sequence Functions,,elisp,}.
 @end defun
 
 @defun file-name-concat
-See @ref{Directory Names,(elisp) Directory Names,,elisp,}.
+See @ref{Directory Names,Directory Names,,elisp,}.
 @end defun
 
 @defun garbage-collect-maybe
@@ -899,76 +899,76 @@ Defined in @code{alloc.c}.
 @end defun
 
 @defun string-replace
-See @ref{Search and Replace,(elisp) Search and Replace,,elisp,}.
+See @ref{Search and Replace,Search and Replace,,elisp,}.
 @end defun
 
 @defun always
-@ref{Calling Functions,(elisp) Calling Functions,,elisp,}.
+@ref{Calling Functions,Calling Functions,,elisp,}.
 @end defun
 
 @defun insert-into-buffer
-See @ref{Insertion,(elisp) Insertion,,elisp,}.
+See @ref{Insertion,Insertion,,elisp,}.
 @end defun
 
 @defun replace-regexp-in-region
-See @ref{Search and Replace,(elisp) Search and Replace,,elisp,}.
+See @ref{Search and Replace,Search and Replace,,elisp,}.
 @end defun
 
 @defun replace-string-in-region
-See @ref{Search and Replace,(elisp) Search and Replace,,elisp,}.
+See @ref{Search and Replace,Search and Replace,,elisp,}.
 @end defun
 
 @defun buffer-local-boundp
-See @ref{Creating Buffer-Local,(elisp) Creating Buffer-Local,,elisp,}.
+See @ref{Creating Buffer-Local,Creating Buffer-Local,,elisp,}.
 @end defun
 
 @defun with-existing-directory
-See @ref{Testing Accessibility,(elisp) Testing Accessibility,,elisp,}.
+See @ref{Testing Accessibility,Testing Accessibility,,elisp,}.
 @end defun
 
 @defmac dlet
-See @ref{Local Variables,(elisp) Local Variables,,elisp,}.
+See @ref{Local Variables,Local Variables,,elisp,}.
 @end defmac
 
 @defun ensure-list
-See @ref{Building Lists,(elisp) Building Lists,,elisp,}.
+See @ref{Building Lists,Building Lists,,elisp,}.
 @end defun
 
 @defun string-clean-whitespace
-See @ref{Creating Strings,(elisp) Creating Strings,,elisp,}.
+See @ref{Creating Strings,Creating Strings,,elisp,}.
 @end defun
 
 @defun string-fill
-See @ref{Creating Strings,(elisp) Creating Strings,,elisp,}.
+See @ref{Creating Strings,Creating Strings,,elisp,}.
 @end defun
 
 @defun string-lines
-See @ref{Creating Strings,(elisp) Creating Strings,,elisp,}.
+See @ref{Creating Strings,Creating Strings,,elisp,}.
 @end defun
 
 @defun string-pad
-See @ref{Creating Strings,(elisp) Creating Strings,,elisp,}.
+See @ref{Creating Strings,Creating Strings,,elisp,}.
 @end defun
 
 @defun string-chop-newline
-See @ref{Creating Strings,(elisp) Creating Strings,,elisp,}.
+See @ref{Creating Strings,Creating Strings,,elisp,}.
 @end defun
 
 @defmac named-let
-See @ref{Local Variables,(elisp) Local Variables,,elisp,}.
+See @ref{Local Variables,Local Variables,,elisp,}.
 @end defmac
 
 @defun file-name-with-extension
-See @ref{File Name Components,(elisp) File Name
+See @ref{File Name Components,File Name
   Components,,elisp,}.
 @end defun
 
 @defun directory-empty-p
-See @ref{Contents of Directories,(elisp) Contents of Directories,,elisp,}.
+See @ref{Contents of Directories,Contents of Directories,,elisp,}.
 @end defun
 
 @defun format-prompt
-See @ref{Text from Minibuffer,(elisp) Text from Minibuffer,,elisp,}.
+See @ref{Text from Minibuffer,Text from Minibuffer,,elisp,}.
 @end defun
 
 @defun thing-at-mouse
@@ -980,7 +980,7 @@ Defined in @code{macroexp}.
 @end defun
 
 @defmac with-environment-variables
-See @ref{System Environment,(elisp) System
+See @ref{System Environment,System
   Environment,,elisp,}.
 @end defmac
 
@@ -989,7 +989,7 @@ Defined in @code{button.el}.
 @end defun
 
 @defun make-directory-autoloads
-See @ref{Autoload,(elisp) Autoload,,elisp,}.
+See @ref{Autoload,Autoload,,elisp,}.
 @end defun
 
 @defun color-values-from-color-spec
@@ -997,12 +997,12 @@ Defined in @code{xfaces.c}.
 @end defun
 
 @defun file-modes-number-to-symbolic
-See @ref{Changing Files,(elisp) Changing
+See @ref{Changing Files,Changing
   Files,,elisp,}.
 @end defun
 
 @defun file-backup-file-names
-See @ref{Backup Names,(elisp) Backup Names,,elisp,}.
+See @ref{Backup Names,Backup Names,,elisp,}.
 @end defun
 
 @defun make-lock-file-name
@@ -1022,44 +1022,44 @@ Defined in @code{subr.el}.
 @end defun
 
 @defun file-name-absolute-p
-See @ref{Absolute and Relative File Names,(elisp) Relative File Names,,elisp,}.
+See @ref{Absolute and Relative File Names,Relative File Names,,elisp,}.
 @end defun
 
 These functions are prefixed with @code{compat} prefix, and are only loaded
 when @code{compat-28} is required:
 
 @defun compat-unlock-buffer
-See @ref{File Locks,(elisp) File Locks,,elisp,}.
+See @ref{File Locks,File Locks,,elisp,}.
 
 Handle @code{file-error} conditions.
 @end defun
 
 @defun compat-string-width
-See @ref{Size of Displayed Text,(elisp) Size of Displayed Text,,elisp,}.
+See @ref{Size of Displayed Text,Size of Displayed Text,,elisp,}.
 
 Handle optional arguments FROM and TO@.
 @end defun
 
 @defun compat-json-serialize
-See @ref{Parsing JSON,(elisp) Parsing JSON,,elisp,}.
+See @ref{Parsing JSON,Parsing JSON,,elisp,}.
 
 Handle primitive, top-level JSON values.
 @end defun
 
 @defun compat-json-insert
-See @ref{Parsing JSON,(elisp) Parsing JSON,,elisp,}.
+See @ref{Parsing JSON,Parsing JSON,,elisp,}.
 
 Handle primitive, top-level JSON values.
 @end defun
 
 @defun compat-json-parse-string
-See @ref{Parsing JSON,(elisp) Parsing JSON,,elisp,}.
+See @ref{Parsing JSON,Parsing JSON,,elisp,}.
 
 Handle primitive, top-level JSON values.
 @end defun
 
 @defun compat-json-parse-buffer
-See @ref{Parsing JSON,(elisp) Parsing JSON,,elisp,}.
+See @ref{Parsing JSON,Parsing JSON,,elisp,}.
 
 Handle primitive, top-level JSON values.
 @end defun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]