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

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

[elpa] externals/hyperbole 5337b310e7 7/7: Fix spelling errors in docs (


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 5337b310e7 7/7: Fix spelling errors in docs (#178)
Date: Sun, 13 Mar 2022 11:57:37 -0400 (EDT)

branch: externals/hyperbole
commit 5337b310e7b4a7404982160102e0755ae0599f23
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Fix spelling errors in docs (#178)
    
    Co-authored-by: Mats Lidell <matsl@gnu.org>
---
 ChangeLog          |  4 ++++
 DEMO               |  4 ++--
 FAST-DEMO          |  2 +-
 HY-ANNOUNCE        |  2 +-
 HY-NEWS            | 20 ++++++++++----------
 INSTALL            |  2 +-
 README             |  4 ++--
 README.md          |  6 +++---
 man/hyperbole.texi | 36 ++++++++++++++++++------------------
 9 files changed, 42 insertions(+), 38 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dc3198a636..69527de448 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-03-13  Mats Lidell  <matsl@gnu.org>
+
+* man/hyperbole.texi: Fix spelling.
+
 2022-03-13  Bob Weiner  <rsw@gnu.org>
 
 * hyrolo.el (hyrolo-sort): Simplify and fix multi-level entry sorting.
diff --git a/DEMO b/DEMO
index db0f615697..22102db6d1 100644
--- a/DEMO
+++ b/DEMO
@@ -271,7 +271,7 @@ buffers.
 By default, this command shows buffers with attached files only and prompts
 for the size of the grid to display.  With a negative prefix argument, the @
 command prompts for a shell glob-type pattern of files to match, e.g. 
*hypb*.el,
-and then chooses the smallest square grid patterns that can accomodate the 
number
+and then chooses the smallest square grid patterns that can accommodate the 
number
 of files matched, e.g. 3x3 or 4x4, etc.
 
 
@@ -1551,7 +1551,7 @@ displayed in a newly created and selected frame.
 So now you can rapidly put a bunch of buffers and files on your screen wherever
 you like.  Typically, a brief visual pulse is shown first at the source item 
and
 then in the destination window, to help you see that the transfer has been
-made.  An Assist Key Drag will move the the item list buffer to the destination
+made.  An Assist Key Drag will move the item list buffer to the destination
 (swapping buffers), just as it does with other buffers.  Practice these drags 
as
 they will prove very beneficial across time.
 
diff --git a/FAST-DEMO b/FAST-DEMO
index d562e559af..ae7066759e 100644
--- a/FAST-DEMO
+++ b/FAST-DEMO
@@ -84,7 +84,7 @@
 
     "(hyperbole)action-key-modeline-function" 
 
-       Double quoted Info manual refererences are also implicit buttons.
+       Double quoted Info manual references are also implicit buttons.
        You can link to both nodes/sections in GNU Info manuals as well
        as to specific lines referenced by an index entry, as shown
        above, providing fine-grained structured document linking.  Remember
diff --git a/HY-ANNOUNCE b/HY-ANNOUNCE
index 762d7cdb5c..2d48a19fd4 100644
--- a/HY-ANNOUNCE
+++ b/HY-ANNOUNCE
@@ -99,7 +99,7 @@ all new, interactive DEMO and explore sections of interest:
 
    {C-h h d d}
 
-To permanantly activate Hyperbole in your Emacs initialization file, add
+To permanently activate Hyperbole in your Emacs initialization file, add
 the line:
 
    (hyperbole-mode 1)
diff --git a/HY-NEWS b/HY-NEWS
index fc0fce009b..1028bed13c 100644
--- a/HY-NEWS
+++ b/HY-NEWS
@@ -79,7 +79,7 @@
       "(hyperbole)Implicit Button Link Types".
 
       Elisp programmers should use the existing `defib' macro for full
-      flexibility in implicit button type creation.  See "hibytpes.el"
+      flexibility in implicit button type creation.  See "hibtypes.el"
       for examples and "(hyperbole)Programmatic Implicit Button Types"
       for documentation.
 
@@ -91,7 +91,7 @@
       test/ subdirectory.  Simply run 'make test' or 'make test-all' from the
       command-line when in the Hyperbole source directory and you should see
       all tests pass.  If any fail, you can press the Action Key to see the
-      source of the failure.  Full testing is suppored under POSIX systems
+      source of the failure.  Full testing is supported under POSIX systems
       only.  See "Makefile" and "test/MANIFEST".
  
   *** Implicit Button Types to Run Tests: The file "hypb-ert.el" contains two
@@ -163,7 +163,7 @@
 
   *** New Mail Tree Key Binding: The `kotl-mode:mail-tree' command that
       extracts the current view of a Koutline in text-only format and
-      creates an outgoing email messge with it, has moved from {C-c @}
+      creates an outgoing email message with it, has moved from {C-c @}
       to {C-c C-@} to prevent conflict with the global hycontrol-window-grid
       command bound to {C-c @}.
 
@@ -312,7 +312,7 @@
 
   *** Treat kbd Strings as Key Series Buttons: An Action Key press within
       the string of (kbd "string") issues the keys in string as if they were
-      pressed individually, ie.g the same as the key series, {string}.
+      pressed individually, i.e. the same as the key series, {string}.
 
   *** Mail Address Activation Everywhere: Email addresses are recognized as
       implicit buttons in major modes descended from `mail-address-mode-list'.
@@ -393,7 +393,7 @@
       at the start of another buffer.  Can be bound and used in key series.
 
   *** smart-lisp-find-tag: New function that automatically finds tags tables
-      and jumps to Emacs Lisp deefinitions.  It can be used in any type
+      and jumps to Emacs Lisp definitions.  It can be used in any type
       of file as an action button, e.g. <smart-lisp-find-tag "ibut:at-p">.
 
   *** ibut:at-p: Trigger an error if any implicit button type predicate
@@ -558,7 +558,7 @@
       label has been increased from 100 to 200 characters.  The variable
       hbut:max-len controls this.  If you locally set this to 0 in any
       new button type definition, then for that type of button, there
-      will be no maximumm limit.  Since Action Implicit Buttons can be
+      will be no maximum limit.  Since Action Implicit Buttons can be
       a series of Lisp calls, they are now unlimited in length.
 
 ===========================================================================
@@ -858,7 +858,7 @@
 
     - ebut:key-src-set-buffer, hbut:key-src-set-buffer, hbut:key-list,
       hbut:ebut-key-list, hbut:ibut-key-list, hbut:label-list): Added
-      to allow selection of labeled Hyperbole buttons in currrent buffer by
+      to allow selection of labeled Hyperbole buttons in current buffer by
       name.
 
     - gbut:get, hbut:map, ibut:label-map, ibut:key-src, ibut:key-to-label,
@@ -1732,7 +1732,7 @@ are new in 2016 and you should look through them all.
       paths that begin with a ~.
 
     - New variable, `hpath:info-suffix', is a regular expression of Info
-      filename suffixes which may be ommitted when using parenthesized Info
+      filename suffixes which may be omitted when using parenthesized Info
       filenames in links; this allows for compressed Info file matches and Info
       pathnames of the form "(Hyperbole)" to work.  That displays the top node
       of the Hyperbole Manual in the Info browser.
@@ -2538,7 +2538,7 @@ are new in 2016 and you should look through them all.
 
   DOCUMENTATION
 
-    - Rewrote the Hyperbole manual for clarity and ease of reading.  Addded
+    - Rewrote the Hyperbole manual for clarity and ease of reading.  Added
       a number of images.
 
   ACTION AND ASSIST KEYS
@@ -2664,7 +2664,7 @@ are new in 2016 and you should look through them all.
   KOUTLINER
 
     - XEmacs 19.14 and above: Fixed display of current viewspec in the
-      modeline to accomodate modeline extents (specialized modeline regions).
+      modeline to accommodate modeline extents (specialized modeline regions).
       This eliminated an error that occurred when reading in an Koutline file.
 
     - Fixed bug that prevented installation of Koutliner mode-specific
diff --git a/INSTALL b/INSTALL
index 7fdca08a69..9437f4868e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,7 @@
 *                         Installation
 ===========================================================================
 
-There are multiple wasy to obtain and install Hyperbole once
+There are multiple ways to obtain and install Hyperbole once
 you have GNU Emacs set up at your site.
 
 ** The Stable Release (from GNU Elpa using the built-in Emacs Package Manager)
diff --git a/README b/README
index 9e378cf693..fd66ca1801 100644
--- a/README
+++ b/README
@@ -153,7 +153,7 @@ Naming conventions:
   - All Hyperbole-specific code files begin with an 'h', aside from the
     Koutliner files which are in the kotl/ subdirectory and begin with a 'k'.
 
-  - Hyperbole user-interface files begin with 'hui-' or 'hmous'.
+  - Hyperbole user-interface files begin with 'hui-' or 'hmouse-'.
 
   - Files that define implicit button types begin with 'hib'.
 
@@ -377,6 +377,6 @@ tired of trying to manage our own distributed information 
pools with standard
 UNIX tools.  And so Hyperbole was conceived and raved about until it
 got its name.
 
-Since then Hyperbole has proved indispensible at improving information
+Since then Hyperbole has proved indispensable at improving information
 access and organization in daily use over many years.  Why not start
 improving your information handling efficiency today?
diff --git a/README.md b/README.md
index 8f4e974d2b..1aba65228d 100644
--- a/README.md
+++ b/README.md
@@ -456,9 +456,9 @@ Naming conventions:
   - All Hyperbole-specific code files begin with an 'h', aside from the
     Koutliner files which are in the kotl/ subdirectory and begin with a 'k'.
 
-  - Hyperbole user-interface files begin with 'hui-' or 'hmous'.
+  - Hyperbole user-interface files begin with 'hui-' or 'hmouse-'.
 
-  - Files that define implicit button types begin with 'hib'.
+  - Files that define implicit button types begin with 'hib-'.
 
   - Encapsulations of foreign systems begin with 'hsys-'.
 
@@ -690,7 +690,7 @@ tired of trying to manage our own distributed information 
pools with standard
 UNIX tools.  And so Hyperbole was conceived and raved about until it
 got its name.
 
-Since then Hyperbole has proved indispensible at improving information
+Since then Hyperbole has proved indispensable at improving information
 access and organization in daily use over many years.  Why not start
 improving your information handling efficiency today?
 
diff --git a/man/hyperbole.texi b/man/hyperbole.texi
index 233d34cac8..200c7822af 100644
--- a/man/hyperbole.texi
+++ b/man/hyperbole.texi
@@ -61,7 +61,7 @@ under the terms of the GNU Free Documentation License, 
Version 1.3 or
 any later version published by the Free Software Foundation.
 
 @sp 1
-GNU Hyperbole sofware is distributed under the terms of the GNU
+GNU Hyperbole software is distributed under the terms of the GNU
 General Public License version 3 or later, as published by the Free
 Software Foundation, Inc.
 @sp 1
@@ -937,7 +937,7 @@ on a pathname to display the associated file or directory.
 @cindex key bindings, toggle
 @cindex enable Hyperbole
 @cindex disable Hyperbole
-@cindex Hyperbole minibufer menu
+@cindex Hyperbole minibuffer menu
 @kindex C-h h
 @kindex C-h h X
 @kindex C-h h q
@@ -2456,7 +2456,7 @@ Each line of the summary may be selected to jump to the 
associated section.
 
 @findex ibtypes actions
 @cindex action implicit button
-@cindex functon call implicit button
+@cindex function call implicit button
 @cindex variable display implicit button
 @item action
 Execute an angle bracket delimited Hyperbole action, Elisp function call or
@@ -2566,7 +2566,7 @@ REFERENCE is a string of one of the following forms:
 @item <project>/<ref-item>
 @item /<group>/<project>.
 or
-@item /<project-or-group> (where a group is a colection of projects)
+@item /<project-or-group> (where a group is a collection of projects)
 @end itemize
 
 <ref-item> is one of these:
@@ -4761,7 +4761,7 @@ with mouse clicks.  Click the Assist Key within the 
indentation to the
 left of a cell and you will be prompted for a tree to move.  Double
 click the Action Key within the contents of the root cell of the tree to
 move and then double click within the root contents of the tree you want
-it to follow as a sucessor.
+it to follow as a successor.
 
 The Koutliner supports copying and moving within a single outline only
 right now, so don't try to to move trees across different outline files.
@@ -4885,7 +4885,7 @@ locations.
 
 @kindex koutliner, C-c t
 @bkbd{C-c t} does not prompt.  It exchanges the current
-and immediatly prior cell, regardless of their levels.  If there is no
+and immediately prior cell, regardless of their levels.  If there is no
 prior cell it exchanges the current and next cell.
 
 @cindex cell, mark and point
@@ -5315,7 +5315,7 @@ and the whole outline visible.
 @item external
 The second klink format is an external link to another koutline, such
 as, @samp{<EXAMPLE.kotl, 3=012 |c1e>}, which displays the named file,
-starting at the cell 3 (whose permanent identifer is 012), with the
+starting at the cell 3 (whose permanent identifier is 012), with the
 view specification of: blank lines turned off, cutoff after one line
 per cell, and showing ellipses for cells or trees which are collapsed.
 
@@ -5722,7 +5722,7 @@ documented in this section.
 @kindex rolo, r
 @cindex rolo, search again
 If your HyRolo search did not match what you want, use @bkbd{r} to start
-a new regular expresion query or @bkbd{C-u r} for a string query.  The
+a new regular expression query or @bkbd{C-u r} for a string query.  The
 rest of the match buffer keys work with the search results currently
 displayed.
 
@@ -6492,7 +6492,7 @@ A call to the @code{defil} macro of the form:
              &optional START-REGEXP-FLAG END-REGEXP-FLAG DOC)}
 
 @noindent
-will create a new Hyperbole implicit button link TYPE (an uquoted
+will create a new Hyperbole implicit button link TYPE (an unquoted
 symbol), recognized in a buffer via START-DELIM and END-DELIM
 (strings) and the TEXT-REGEXP pattern between the delimiters.  With
 optional START-REGEXP-FLAG true, START-DELIM is treated as a regular
@@ -6722,7 +6722,7 @@ buttons.  Examine it within the @file{hbut.el} file for 
full details.
 @findex ebut:program
 The simplest way to create explicit buttons programmatically is to
 call @code{ebut:program}.  This generates an explicit button at point
-from LABEL, ACTYPE (action type) and any optional ACTYYPE ARGS.
+from LABEL, ACTYPE (action type) and any optional ACTYPE ARGS.
 It inserts the LABEL text at point surrounded by <( )> delimiters, adding any
 necessary instance number of the button after the LABEL.  ACTYPE may
 be a Hyperbole action type name (from defact) or an Emacs Lisp
@@ -7253,7 +7253,7 @@ Smart Menus are an older in-buffer menu system that work 
on dumb
 terminals and pre-dated Emacs' own dumb terminal menu support.  They
 are included with InfoDock (which is no longer maintained) and are not
 available separately.  They are not a part of Hyperbole and are not
-necesary for its use but are still supported by the Smart Keys.
+necessary for its use but are still supported by the Smart Keys.
 
 @item Source Buffer / File
 The buffer or file within which a Hyperbole button is embedded.
@@ -7578,7 +7578,7 @@ Use Cust/All-Options @bkbd{C-h h c a} to display an 
expandable tree of
 customizable Hyperbole options.  Hyperbole's customizations are
 further grouped into several sub-categories, one for the Koutliner,
 one for the HyRolo, etc.  You can select either an entire category or a
-specfic option and they will appear in another window for editing.
+specific option and they will appear in another window for editing.
 Simply follow the instructions on screen and then press the ``Apply
 and Save'' button to make any changes permanent.
 
@@ -8071,7 +8071,7 @@ Assist Key Help: Show what the Assist Key will do in the 
same context.
 
 @cindex key binding, C-c @key{RET}
 @kitem C-c @key{RET}
-Mark Things: Mark larger and larger synctactical units in a buffer
+Mark Things: Mark larger and larger syntactical units in a buffer
 when invoked repeatedly, showing in the minibuffer the type of unit
 marked each time.  For example, if on an opening brace at the start of
 a C, Java or Javascript function, this marks the whole function.  This
@@ -8118,7 +8118,7 @@ subdirectory.  You can run all of them by moving to the 
Hyperbole home
 directory in a Posix shell and run @code{make test-all} or @code{make
 test} to run just non-interactive tests.  If any tests fail, you can
 press the Action Key to see the source of the failure.  Full testing is
-suppored under POSIX systems only.
+supported under POSIX systems only.
 
 With Hyperbole active, you can also define implicit buttons that run
 individual or sets of Hyperbole tests.  The file @file{hypb-ert.el} contains
@@ -8903,7 +8903,7 @@ If depressed within a window modeline:
      (7) dragged from a bottommost modeline when the frame has a non-nil
          @code{drag-with-mode-line} property, then move the frame until
          release of the Action Mouse Key;
-     (8) otherwide, dragged from a another modeline to outside of
+     (8) otherwise, dragged from a another modeline to outside of
          Emacs (MacOS only), create a new frame sized to match the
          selected window with the same buffer.
 @end group
@@ -9246,7 +9246,7 @@ When in a Treemacs file browser buffer:
 
 @cindex dired-sidebar-mode
 Dired-sidebar is an add-on Emacs package that puts dired in a sidebar
-and optionally integrates with vareous other packages.  Use the Emacs
+and optionally integrates with various other packages.  Use the Emacs
 package manager to install it and then invoke it with
 @bkbd{M-x dired-sidebar-toggle-sidebar @key{RET}} and quit with @bkbd{q}.
 
@@ -9261,7 +9261,7 @@ When in a dired-sidebar buffer:
      (2) at the end of an entry line: invoke `action-key-eol-function',
          typically to scroll up proportionally, if an Action Key press; invoke
          `assist-key-eol-function', typically to scroll down proportionally,
-         if an Asisst Key press;
+         if an Assist Key press;
      (3) on the first line of the buffer (other than the end of line),
          dired is run on the current directory of this dired-sidebar;
      (4) at the end of the first or last line of the buffer,
@@ -9384,7 +9384,7 @@ Smart Menus are an older in-buffer menu system that 
worked on dumb
 terminals and pre-dated Emacs' own dumb terminal menu support.  They
 are included with InfoDock (which is no longer maintained) and are not
 available separately.  They are not a part of Hyperbole and are not
-necesary for its use.
+necessary for its use.
 
 @format
 @group



reply via email to

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