Changeset caa8e6 in git


Ignore:
Timestamp:
Dec 3, 1999, 12:11:48 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2272c3391e93ecd07a683f31dbcf7bd03cc1df70
Parents:
ebcfd1fa29ca3b67ca3e7407a3049a1f0aaea347
Message:
* updated docu to C- C-c


git-svn-id: file:///usr/local/Singular/svn/trunk@3954 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/singular.el

    rebcfd1f rcaa8e6  
    11;;; singular.el --- Emacs support for Computer Algebra System Singular
    22
    3 ;; $Id: singular.el,v 1.50 1999-12-03 11:10:19 obachman Exp $
     3;; $Id: singular.el,v 1.51 1999-12-03 11:11:48 obachman Exp $
    44
    55;;; Commentary:
     
    38713871  "Interrupt the Singular process running in the current buffer.
    38723872If called interactiveley, asks wether to (a)bort the current Singular
    3873 command, (q)uit the current Singular process, or (c)ontinue without doing
    3874 anything (default).
    3875 
    3876 If called non-interactiveley, MODE should be one of 'abort, 'quit, or
    3877 'continue."
     3873command, (q)uit or (r) restart the current Singular process,
     3874or (c)ontinue without doing anything (default).
     3875
     3876If called non-interactiveley, MODE should be one of 'abort, 'quit, 'restart,
     3877or 'continue."
    38783878  (interactive
    38793879   (let (answer)
Note: See TracChangeset for help on using the changeset viewer.