Changeset b4f9fd in git for Singular


Ignore:
Timestamp:
Nov 27, 2021, 7:51:59 PM (2 years ago)
Author:
jgmbenoit <quatermaster@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
637bc67aac4ddb3330c18f96e320acbd33dfa74f
Parents:
d8c6010f6b6d18969fa6271a54ce44e6b9dbaa1f
git-author:
jgmbenoit <quatermaster@rezozer.net>2021-11-27 19:51:59+01:00
git-committer:
jgmbenoit <quatermaster@rezozer.net>2021-11-27 19:52:09+01:00
Message:
fix a typo in some long-options for emacs ui

Description: source typo
 Replace a mistyped underscore `_' by an expected hyphen `-'
 in some long-options of the emacs ui (Closes: #965090);
 meant eventually to be submitted to the upstream maintainer.
Origin: debian
Comment: spelling-error-in-binary
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2021-11-27
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    rd8c601 rb4f9fd  
    261261  if (emacs_dir == NULL)
    262262  {
    263     error( "Error: Can't find emacs directory for Singular lisp files. \n Expected it at %s\n Specify with --emacs_dir option,\n or set ESINGULAR_EMACS_DIR environment variable.\n",
     263    error( "Error: Can't find emacs directory for Singular lisp files. \n Expected it at %s\n Specify with --emacs-dir option,\n or set ESINGULAR_EMACS_DIR environment variable.\n",
    264264            feResourceDefault("EmacsDir"));
    265265    mainUsage();
     
    290290        if (emacs_load == NULL)
    291291        {
    292           error( "Error: Can't find emacs load file for Singular mode. \n Expected it at %s\n Specify with --emacs_load option,\n or set ESINGULAR_EMACS_LOAD environment variable,\n or put file '.emacs-singular' in your home directory.\n",
     292          error( "Error: Can't find emacs load file for Singular mode. \n Expected it at %s\n Specify with --emacs-load option,\n or set ESINGULAR_EMACS_LOAD environment variable,\n or put file '.emacs-singular' in your home directory.\n",
    293293                  feResourceDefault("EmacsLoad"));
    294294          mainUsage();
Note: See TracChangeset for help on using the changeset viewer.