unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#10052: inaccessable -> inaccessible spelling fix
@ 2011-11-15  6:31 Paul Eggert
  2011-12-31  6:48 ` Paul Eggert
  2012-07-29  9:59 ` Paul Eggert
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Eggert @ 2011-11-15  6:31 UTC (permalink / raw)
  To: 10052

Severity: minor
Tags: patch

The function "wisent-inaccessable-symbols" contains a
misspelled word in its name.  Here's a patch.  This should
wait until after Emacs 24.1 comes out, I suppose.

* semantic/wisent/comp.el (wisent-inaccessible-symbols):
Rename from wisent-inaccessable-symbols, fixing a misspelling.
Caller changed.
=== modified file 'lisp/cedet/semantic/wisent/comp.el'
--- lisp/cedet/semantic/wisent/comp.el	2011-04-01 15:16:50 +0000
+++ lisp/cedet/semantic/wisent/comp.el	2011-11-15 06:27:50 +0000
@@ -550,7 +550,7 @@
               N  Ns)))
     (setq N Np)))

-(defun wisent-inaccessable-symbols ()
+(defun wisent-inaccessible-symbols ()
   "Find out which productions are reachable and which symbols are used."
   ;; Starting with an empty set of productions and a set of symbols
   ;; which only has the start symbol in it, iterate over all
@@ -709,7 +709,7 @@
         nuseless-productions  0)

   (wisent-useless-nonterminals)
-  (wisent-inaccessable-symbols)
+  (wisent-inaccessible-symbols)

   (when (> (+ nuseless-nonterminals nuseless-productions) 0)
     (wisent-total-useless)






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#10052: inaccessable -> inaccessible spelling fix
  2011-11-15  6:31 bug#10052: inaccessable -> inaccessible spelling fix Paul Eggert
@ 2011-12-31  6:48 ` Paul Eggert
  2012-07-29  9:59 ` Paul Eggert
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggert @ 2011-12-31  6:48 UTC (permalink / raw)
  To: 10052

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

Attached is an updated version of the patch,
made in the light of the comments at
<http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10150#23>.

This patch add a NEWS update.  The patch
assumes the "Renamed functions" section mentioned in
<http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10048#8>.


[-- Attachment #2: inaccessible.txt --]
[-- Type: text/plain, Size: 1606 bytes --]

=== modified file 'etc/NEWS'
--- etc/NEWS	2011-12-31 06:32:31 +0000
+++ etc/NEWS	2011-12-31 06:41:54 +0000
@@ -42,6 +42,8 @@
      quail-deactivate
 **** robin-inactivate ->
      robin-deactivate
+**** wisent-inaccessable-symbols ->
+     wisent-inaccessible-symbols
 **** viper-inactivate-input-method ->
      viper-deactivate-input-method
 **** viper-inactivate-input-method-action ->

=== modified file 'lisp/cedet/ChangeLog'
--- lisp/cedet/ChangeLog	2011-12-19 15:15:11 +0000
+++ lisp/cedet/ChangeLog	2011-12-31 06:41:54 +0000
@@ -1,3 +1,8 @@
+2011-12-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* semantic/wisent/comp.el (wisent-inaccessible-symbols):
+	Rename from wisent-inaccessable-symbols (Bug#10052).
+
 2011-12-19  Sam Steingold  <sds@gnu.org>
 
 	* semantic/edit.el (semantic-edits-incremental-parser): Add the

=== modified file 'lisp/cedet/semantic/wisent/comp.el'
--- lisp/cedet/semantic/wisent/comp.el	2011-12-17 06:51:13 +0000
+++ lisp/cedet/semantic/wisent/comp.el	2011-12-31 06:41:54 +0000
@@ -550,7 +550,7 @@
               N  Ns)))
     (setq N Np)))
 
-(defun wisent-inaccessable-symbols ()
+(defun wisent-inaccessible-symbols ()
   "Find out which productions are reachable and which symbols are used."
   ;; Starting with an empty set of productions and a set of symbols
   ;; which only has the start symbol in it, iterate over all
@@ -709,7 +709,7 @@
         nuseless-productions  0)
 
   (wisent-useless-nonterminals)
-  (wisent-inaccessable-symbols)
+  (wisent-inaccessible-symbols)
 
   (when (> (+ nuseless-nonterminals nuseless-productions) 0)
     (wisent-total-useless)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#10052: inaccessable -> inaccessible spelling fix
  2011-11-15  6:31 bug#10052: inaccessable -> inaccessible spelling fix Paul Eggert
  2011-12-31  6:48 ` Paul Eggert
@ 2012-07-29  9:59 ` Paul Eggert
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggert @ 2012-07-29  9:59 UTC (permalink / raw)
  To: 10052-done

Installed as trunk bzr 109258, and
marking this as done.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-29  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-15  6:31 bug#10052: inaccessable -> inaccessible spelling fix Paul Eggert
2011-12-31  6:48 ` Paul Eggert
2012-07-29  9:59 ` Paul Eggert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).