aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker
diff options
context:
space:
mode:
authorPaul Eggert2015-09-11 11:04:24 -0700
committerPaul Eggert2015-09-11 11:05:12 -0700
commit818f06eaa72d8e4f9ba314c1c2855613bf89f396 (patch)
tree225d09e54fc0dbc5f27232caebe5d3055194662d /admin/notes/bugtracker
parent279303adfc6d6ba91db788c2b85333e3fc46f39b (diff)
downloademacs-818f06eaa72d8e4f9ba314c1c2855613bf89f396.tar.gz
emacs-818f06eaa72d8e4f9ba314c1c2855613bf89f396.zip
Prefer straight quoting in some text files
Mostly this just changes ` to ' in static text. Some exceptions: * INSTALL.REPO: Use curved quotes, as the diagnostic in question typically does that now. * admin/quick-install-emacs (TRY, top level): Use straight quoting in diagnostics. * src/README: Fix working-directory confusion.
Diffstat (limited to 'admin/notes/bugtracker')
-rw-r--r--admin/notes/bugtracker16
1 files changed, 8 insertions, 8 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index fd7bd08091a..fb65bbe4330 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -334,7 +334,7 @@ http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar
334*** To merge bugs: 334*** To merge bugs:
335Eg when bad replies create a bunch of new bugs for the same report. 335Eg when bad replies create a bunch of new bugs for the same report.
336Bugs must all be in the same state (e.g. same package(s) and severity 336Bugs must all be in the same state (e.g. same package(s) and severity
337-- see `reassign' and `severity' below), but need not have the same 337-- see 'reassign' and 'severity' below), but need not have the same
338tags (tags are merged). E.g.: 338tags (tags are merged). E.g.:
339 339
340merge 123 124 125 ... 340merge 123 124 125 ...
@@ -343,8 +343,8 @@ Note that merging does not affect titles. In particular, a "retitle"
343of merged bugs only affects individual bugs, not all of them. 343of merged bugs only affects individual bugs, not all of them.
344 344
345*** Forcing a merge: 345*** Forcing a merge:
346Like `merge', but bugs need not be in the same state. The packages 346Like 'merge', but bugs need not be in the same state. The packages
347must still match though (see `reassign' below). The first one listed 347must still match though (see 'reassign' below). The first one listed
348is the master. E.g.: 348is the master. E.g.:
349 349
350forcemerge 123 124 125 ... 350forcemerge 123 124 125 ...
@@ -383,7 +383,7 @@ See http://debbugs.gnu.org/Developer#severities for the meanings.
383*** To set the owner of a bug: 383*** To set the owner of a bug:
384owner 123 A Hacker <none@example.com> 384owner 123 A Hacker <none@example.com>
385 385
386The shorthand `!' means your own address. 386The shorthand '!' means your own address.
387 387
388*** To remove the owner of a bug: 388*** To remove the owner of a bug:
389noowner 123 389noowner 123
@@ -408,7 +408,7 @@ reassign 1234 emacs
408Note that reassigning clears the list of found versions, even if the 408Note that reassigning clears the list of found versions, even if the
409new packages includes the original one. 409new packages includes the original one.
410 410
411** To remove spam from the tracker, move it to the `spam' pseudo-package: 411** To remove spam from the tracker, move it to the 'spam' pseudo-package:
412reassign 123 spam 412reassign 123 spam
413 413
414(Should not be necessary any more, now that the input is moderated.) 414(Should not be necessary any more, now that the input is moderated.)
@@ -468,10 +468,10 @@ time, rather than by increasing bug number
468*** When you fix a bug, it can be helpful to put the bug number in the 468*** When you fix a bug, it can be helpful to put the bug number in the
469change log entry, for example: 469change log entry, for example:
470 470
471 * foo.el (foofunc): Fix the `foo' case. (Bug#123) 471 * lisp/menu-bar.el (menu-set-font): Doc fix. (Bug#21303)
472 472
473Then the relevant bug can be found for easy reference. If it's an 473Then the relevant bug can be found for easy reference. If it's an
474obvious fix (e.g. a typo), there's no need to clutter the log with the 474obvious fix (e.g., a typo), there's no need to clutter the log with the
475bug number. 475bug number.
476 476
477Similarly, when you close a bug, it can be helpful to include the 477Similarly, when you close a bug, it can be helpful to include the
@@ -480,7 +480,7 @@ can see exactly what the fix was.
480 480
481*** bug-reference-mode 481*** bug-reference-mode
482 482
483Activate `bug-reference-mode' in ChangeLogs to get clickable links to 483Activate 'bug-reference-mode' in ChangeLogs to get clickable links to
484the bug web-pages. 484the bug web-pages.
485 485
486*** Debian stuff 486*** Debian stuff