diff options
| author | Glenn Morris | 2018-09-10 13:12:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-09-10 13:12:38 -0700 |
| commit | 0407733ef3d4e8e133e91917097dbc9bcc688b47 (patch) | |
| tree | 9223757d1d54460b3ca0e7867636072a51cd55f2 /doc/misc | |
| parent | 6e050694f247671e67c1eabace36cf9792ab4451 (diff) | |
| parent | 7efcdf7b3e70f0334caa328cbb5b05a4e30099bd (diff) | |
| download | emacs-0407733ef3d4e8e133e91917097dbc9bcc688b47.tar.gz emacs-0407733ef3d4e8e133e91917097dbc9bcc688b47.zip | |
Merge from origin/emacs-26
7efcdf7 (origin/emacs-26) Clarify completion text in the ELisp manual
30b0b0e Fix handling of abbreviated control command in gdb-mi.el
5cf282d Clarify documentation of functions reading character events
96281c5 Record :version for built-in variables while dumping
82160cf * src/process.c (connect_network_socket): Fix memory leak. (...
6c616e4 * Makefile.in (appdatadir): Use the non-obsolete location "me...
9618e16 Better fix for bug#32550
30d94e4 Fix Bug#32550
57bcdc7 Don't call XGetGeometry for frames without outer X window (Bu...
82fc6b6 * lisp/calculator.el: Fix doc typo.
ddc7c64 Standardize calc bug reporting instructions
Conflicts:
lisp/cus-start.el
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/calc.texi | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 02deee99e19..446210e5ff4 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -35724,19 +35724,12 @@ The default value of @code{calc-gregorian-switch} is @code{nil}. | |||
| 35724 | @appendix Reporting Bugs | 35724 | @appendix Reporting Bugs |
| 35725 | 35725 | ||
| 35726 | @noindent | 35726 | @noindent |
| 35727 | If you find a bug in Calc, send e-mail to Jay Belanger, | 35727 | If you find a bug in Calc, send e-mail to @email{bug-gnu-emacs@@gnu.org}. |
| 35728 | 35728 | There is an automatic command @kbd{M-x report-emacs-bug} which helps | |
| 35729 | @example | ||
| 35730 | jay.p.belanger@@gmail.com | ||
| 35731 | @end example | ||
| 35732 | |||
| 35733 | @noindent | ||
| 35734 | There is an automatic command @kbd{M-x report-calc-bug} which helps | ||
| 35735 | you to report bugs. This command prompts you for a brief subject | 35729 | you to report bugs. This command prompts you for a brief subject |
| 35736 | line, then leaves you in a mail editing buffer. Type @kbd{C-c C-c} to | 35730 | line, then leaves you in a mail editing buffer. Type @kbd{C-c C-c} to |
| 35737 | send your mail. Make sure your subject line indicates that you are | 35731 | send your mail. Make sure your subject line indicates that you are |
| 35738 | reporting a Calc bug; this command sends mail to the maintainer's | 35732 | reporting a Calc bug. |
| 35739 | regular mailbox. | ||
| 35740 | 35733 | ||
| 35741 | If you have suggestions for additional features for Calc, please send | 35734 | If you have suggestions for additional features for Calc, please send |
| 35742 | them. Some have dared to suggest that Calc is already top-heavy with | 35735 | them. Some have dared to suggest that Calc is already top-heavy with |
| @@ -35745,7 +35738,7 @@ them right in. | |||
| 35745 | 35738 | ||
| 35746 | At the front of the source file, @file{calc.el}, is a list of ideas for | 35739 | At the front of the source file, @file{calc.el}, is a list of ideas for |
| 35747 | future work. If any enthusiastic souls wish to take it upon themselves | 35740 | future work. If any enthusiastic souls wish to take it upon themselves |
| 35748 | to work on these, please send a message (using @kbd{M-x report-calc-bug}) | 35741 | to work on these, please send a message (using @kbd{M-x report-emacs-bug}) |
| 35749 | so any efforts can be coordinated. | 35742 | so any efforts can be coordinated. |
| 35750 | 35743 | ||
| 35751 | The latest version of Calc is available from Savannah, in the Emacs | 35744 | The latest version of Calc is available from Savannah, in the Emacs |