Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2ebf3469
Commit
2ebf3469
authored
Aug 16, 1999
by
Dave Love
Browse files
Move provide to end.
(three-step-help): Customize.
parent
c906e3ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
lisp/help-macro.el
lisp/help-macro.el
+8
-6
No files found.
lisp/help-macro.el
View file @
2ebf3469
...
...
@@ -44,7 +44,7 @@
;;->
;;->c Redistribute civs from overfull sectors into connected underfull ones
;;-> The functions typically named by empire-ideal-civ-fcn control
;;-> based in part on empire-sector-civ-threshold
;;-> based in part on empire-sector-civ-threshold
;;->m Redistribute military using levels given by empire-ideal-mil-fcn
;;->p Redistribute excess population to highways for max pop growth
;;-> Excess is any sector so full babies will not be born.
...
...
@@ -62,22 +62,23 @@
;;; Change Log:
;;
;; 22-Jan-1991 Lynn Slater x2048
;; 22-Jan-1991 Lynn Slater x2048
;; Last Modified: Mon Oct 1 11:43:52 1990 #3 (Lynn Slater)
;; documented better
;;; Code:
(
provide
'help-macro
)
(
require
'backquote
)
;;;###autoload
(
def
var
three-step-help
nil
(
def
custom
three-step-help
nil
"*Non-nil means give more info about Help command in three steps.
The three steps are simple prompt, prompt with all options,
and window listing and describing the options.
A value of nil means skip the middle step, so that
\\[help-command] \\[help-command] gives the window that lists the options."
)
\\[help-command] \\[help-command] gives the window that lists the options."
:type
'boolean
:group
'help
)
(
defmacro
make-help-screen
(
fname
help-line
help-text
helped-map
)
"Construct help-menu function name FNAME.
...
...
@@ -193,5 +194,6 @@ and then returns."
(
set-window-configuration
config
))))))
)))
;;;
help-macro
.el
(
provide
'
help-macro
)
;;; help-macro.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment