diff --git a/AUTHORS b/AUTHORS
index ef1c4bdb07e49e5999153c7f718004fffca85602..1fe4790971b36fcf65570723614f5825d0b353e3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -53,6 +53,9 @@ Mike Scalora <mike@scalora.org>
 Faissal Bensefia <faissaloo@gmail.com>
 	* Line numbers.
 
+Sumedh Pendurkar <sumedh.pendurkar@gmail.com>
+	* The word-completion feature.
+
 Benno Schulenberg <bensberg@justemail.net>
 	* An array of small bug fixes, the cut-word and block-jump
 	  routines, text selection by holding Shift, and some extra
diff --git a/src/text.c b/src/text.c
index 9bae7abaf13eddde17d9e29d257298ec62460993..31fab3a412f68c49f6a7c8482ba67b21f05a9815 100644
--- a/src/text.c
+++ b/src/text.c
@@ -6,6 +6,7 @@
  *   Copyright (C) 2014, 2015 Mark Majeres                                *
  *   Copyright (C) 2016 Mike Scalora                                      *
  *   Copyright (C) 2015, 2016 Benno Schulenberg                           *
+ *   Copyright (C) 2016 Sumedh Pendurkar                                  *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *