33; ; Author: Bob Weiner
44; ;
55; ; Orig-Date: 1-Nov-91 at 00:44:23
6- ; ; Last-Mod: 7 -Dec-25 at 21:12:14 by Bob Weiner
6+ ; ; Last-Mod: 31 -Dec-25 at 16:08:46 by Mats Lidell
77; ;
88; ; SPDX-License-Identifier: GPL-3.0-or-later
99; ;
4343 icomplete-mode ivy-mode
4444 org-roam-mode vertico-mode
4545 selectrum-mode)
46- " * List of boolean mode variables whose modes automatically list completions.
46+ " List of boolean mode variables whose modes automatically list completions.
4747These are modes where completions are listed without the need for
4848pressing the ? key."
4949 :type '(repeat variable)
@@ -355,7 +355,7 @@ Call this function manually if mount points change after Hyperbole is loaded."
355355; ;; ************************************************************************
356356
357357(defcustom hpath:external-open-office-suffixes " doc[mx]?\\ |od[st]\\ |ppsx?\\ |ppt[mx]?\\ |v[dst][s]?[tx]\\ |vsd[x]?\\ |xls[mx]?"
358- " * Regexp of Open Office document suffix alternatives.
358+ " Regexp of Open Office document suffix alternatives.
359359These are to be display externally with the Action Key
360360Do not include an initial period or enclosing grouping parentheses;
361361these will be added automatically.
@@ -366,7 +366,7 @@ possible suffixes."
366366 :group 'hyperbole-commands )
367367
368368(defcustom hpath:external-file-suffixes " e?ps\\ |dvi\\ |pdf\\ |ps\\ .g?[zZ]\\ |gif\\ |tiff?\\ |xpm\\ |xbm\\ |xwd\\ |pm\\ |pbm\\ |jpe?g\\ |xcf"
369- " * Non-operating system dependent regexp of file suffixes to open outside Emacs.
369+ " Non-operating system dependent regexp of file suffixes to open outside Emacs.
370370These are opened with the Action Key when not handled by
371371`hpath:native-image-suffixes' . Do not include an initial period
372372or enclosing grouping parentheses; these will be added
@@ -378,7 +378,7 @@ automatically."
378378 hpath:external-open-office-suffixes
379379 hpath:external-file-suffixes)
380380 " open" ))
381- " * An alist of (FILENAME-REGEXP . DISPLAY-PROGRAM-STRING-OR-LIST) for the macOS.
381+ " An alist of (FILENAME-REGEXP . DISPLAY-PROGRAM-STRING-OR-LIST) for the macOS.
382382See the function `hpath:get-external-display-alist' for detailed
383383format documentation."
384384 :type '(alist :key-type regexp :value-type string)
@@ -388,7 +388,7 @@ format documentation."
388388 " openoffice.exe" )
389389 (cons (format " \\ .\\ (%s \\ |vba\\ )$" hpath:external-file-suffixes)
390390 " /c/Windows/System32/cmd.exe //c start \" ${@//&/^&}\" " ))
391- " * An alist of (FILENAME-REGEXP . DISPLAY-PROGRAM-STRING-OR-LIST) for MS Windows.
391+ " An alist of (FILENAME-REGEXP . DISPLAY-PROGRAM-STRING-OR-LIST) for MS Windows.
392392See the function `hpath:get-external-display-alist' for detailed
393393format documentation."
394394 :type '(alist :key-type regexp :value-type string)
@@ -408,7 +408,7 @@ format documentation."
408408 hpath:external-open-office-suffixes
409409 hpath:external-file-suffixes)
410410 " setsid -w xdg-open" ))
411- " * An alist of (FILENAME-REGEXP . DISPLAY-PROGRAM-STRING-OR-LIST) for X.
411+ " An alist of (FILENAME-REGEXP . DISPLAY-PROGRAM-STRING-OR-LIST) for X.
412412See the function `hpath:get-external-display-alist' for detailed
413413format documentation."
414414 :type '(alist :key-type regexp :value-type string)
@@ -456,7 +456,7 @@ format documentation."
456456 (error " Invalid file " ))))))
457457
458458 '(" \\ .rdb\\ '" . rdb:initialize)))
459- " * Alist for calling special functions to display file types in Emacs.
459+ " Alist for calling special functions to display file types in Emacs.
460460The alist consists of (FILENAME-REGEXP . EDIT-FUNCTION) elements.
461461See also the function (hpath:get-external-display-alist) for
462462external display program settings."
@@ -558,7 +558,7 @@ Used only if the function `image-mode' is defined."
558558; ;
559559(defcustom hpath:variables
560560 '(hyperb:dir hywiki-directory load-path exec-path Info-directory-list sm-directory)
561- " * List of Emacs Lisp variable symbols to substitute within matching link paths.
561+ " List of Emacs Lisp variable symbols to substitute within matching link paths.
562562Each variable value, if bound, must be either a pathname or a list of pathnames.
563563When embedded within a path, the format is ${variable}."
564564 :type '(repeat variable)
@@ -572,7 +572,7 @@ When embedded within a path, the format is ${variable}."
572572 " *Url pattern for (hpath:rfc rfc-num) to get the RFC document for `rfc-num' ." )
573573
574574(defcustom hpath:suffixes '(" .gz" " .Z" )
575- " * List of filename suffixes to add or remove within hpath calls.
575+ " List of filename suffixes to add or remove within hpath calls.
576576Used by `hpath:exists-p' and `hpath:substitute-dir' ."
577577 :type '(repeat string)
578578 :group 'hyperbole-commands )
0 commit comments