mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
Improve output format for option display
Copied from Perforce Change: 19010 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
b2adefabd4
commit
28c60fa26b
1 changed files with 4 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ sub explainoptions {
|
|||
foreach $key (@keys) {
|
||||
$optname = "MMQA_$key";
|
||||
if (&optioncode($key)) {
|
||||
$optcode = "-".&optioncode($key)." <value>";
|
||||
$optcode = "-".&optioncode($key)." <val>";
|
||||
} elsif (&flagcode($key)) {
|
||||
$optcode = "-[no]".&flagcode($key);
|
||||
} else {
|
||||
|
|
@ -149,7 +149,9 @@ sub displayalloptions {
|
|||
}
|
||||
|
||||
format OPTLIST =
|
||||
@<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<<<<< @*
|
||||
@<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<< ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
||||
$optname, $optcode, $optcur
|
||||
~~ ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
||||
$optcur
|
||||
.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue