From 48cd5ae92d35b8934533ae921e3c1979c6b60854 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Jan 1996 23:32:28 +0000 Subject: [PATCH] (docref-subst): Doc fix. --- lisp/docref.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/docref.el b/lisp/docref.el index 2dfc1def06c..44424dd36e6 100644 --- a/lisp/docref.el +++ b/lisp/docref.el @@ -27,7 +27,7 @@ ;; This package allows you to use a simple form of cross references in ;; your Emacs Lisp documentation strings. Cross-references look like ;; \\(type@[label@]data), where type defines a method for retrieving -;; reference informatin, data is used by a method routine as an argument, +;; reference information, data is used by a method routine as an argument, ;; and label "represents" the reference in text. If label is absent, data ;; is used instead. ;; @@ -127,7 +127,7 @@ Find cross-reference information in a buffer and highlight them with face defined by \\(v@docref-highlight-face). Cross-reference has the following format: \\ (TYPE[@LABEL]@DATA), where -TYPE defines method used to retrive xref data (like reading from file or +TYPE defines method used to retrieve xref data (like reading from file or calling \\(f@describe-function)), DATA is an argument to this method \(like file name or function name), and LABEL is displayed in text using \\(v@docref-highlight-face). -- 2.39.2